Vcl.CaptionedDockTree.TParentFormState

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

Delphi

  TParentFormState = record
    Caption: string;
    StartColor, EndColor, FontColor: TColor;
    Focused: Boolean;
    Icon: TIcon;
  end;

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

説明

ドッキング場所の描画に使用する親ドッキングフォームに関する情報を保存します。