header RightButton structure
Sub-properties
Return to Introduction  Previous page  Next page
Applies to
acHeader and acHeaderPanel components.  

Declaration
type  
  TacHeaderRightButton = class  
  published  
    property AutoRoll: Boolean default True;  
    property Cursor: TCursor default crDefault;  
    property Enabled: Boolean default True;  
    property Glyph: TBitmap;  
    property HintString;  
    property Kind: TacHeaderButtonKind default bkClose;  
    property ShowEdges: Boolean default True;  
    property ShowHint: Boolean default True;  
    property UseCaptionColor: Boolean default True;  
    property Visible: Boolean;  
  end;  

Description

See also
RightButton2 structure.