Vcl.CaptionedDockTree.TParentFormState
Delphi
TParentFormState = record
C++
struct DECLSPEC_DRECORD TParentFormState
{
public:
System::UnicodeString Caption;
System::Uitypes::TColor StartColor;
System::Uitypes::TColor EndColor;
System::Uitypes::TColor FontColor;
bool Focused;
Vcl::Graphics::TIcon* Icon;
};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
record struct |
public | Vcl.CaptionedDockTree.pas Vcl.CaptionedDockTree.hpp |
Vcl.CaptionedDockTree | Vcl.CaptionedDockTree |
説明
ドッキング場所の描画に使用する親ドッキングフォームに関する情報を保存します。