Vcl.ShadowWnd.TShadowWindow

提供: RAD Studio API Documentation
移動先: 案内検索

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTShadowWindow

Delphi

TShadowWindow = class(TCustomControl)

C++

class PASCALIMPLEMENTATION TShadowWindow : public Vcl::Controls::TCustomControl

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.ShadowWnd.pas
Vcl.ShadowWnd.hpp
Vcl.ShadowWnd Vcl.ShadowWnd

説明

特定のコントロールの側面に影を付けるためのクラス。

TShadowWindow クラスは、特別な半透明のウィンドウであり、Control プロパティを設定することでコントロールに付加することができます。 Side プロパティを使って、コントロールのどの側面に影のウィンドウを付けるかを制御します。

TShadowWindow は、ウィンドウをシミュレートして影を制御するために、主に VCL で使用されます。

関連項目