Vcl.CaptionedDockTree.TParentFormState

De RAD Studio API Documentation
Aller à : navigation, rechercher

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;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Vcl.CaptionedDockTree.pas
Vcl.CaptionedDockTree.hpp
Vcl.CaptionedDockTree Vcl.CaptionedDockTree

Description

Stocke les informations sur la fiche d'ancrage parent à utiliser pour dessiner le site d'ancrage.