Klasse TToolButton

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TToolButton = class(TCustomControl)

Beschreibung

no description available, TCustomControl description follows
no description available, TWinControl description follows
no description available, TControl description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(TheOwner: TComponent); override;
Public function CheckMenuDropdown: Boolean; dynamic;
Public procedure Click; override;
Public procedure GetCurrentIcon(var ImageList: TCustomImageList; var TheIndex: integer); virtual;

Eigenschaften

Public property Index: Integer read GetIndex;
Published property Action;
Published property AllowAllUp: Boolean read FAllowAllUp write FAllowAllUp default False;
Published property AutoSize default False;
Published property Caption;
Published property Down: Boolean read FDown write SetDown stored IsCheckedStored default False;
Published property DragCursor;
Published property DragKind;
Published property DragMode;
Published property DropdownMenu: TPopupMenu read FDropdownMenu write SetDropdownMenu;
Published property Enabled;
Published property Grouped: Boolean read FGrouped write SetGrouped default False;
Published property Height stored False;
Published property ImageIndex: Integer read FImageIndex write SetImageIndex stored IsImageIndexStored default -1;
Published property Indeterminate: Boolean read FIndeterminate write SetIndeterminate default False;
Published property Marked: Boolean read FMarked write SetMarked default False;
Published property MenuItem: TMenuItem read FMenuItem write SetMenuItem;
Published property ParentShowHint;
Published property PopupMenu;
Published property Wrap: Boolean read FWrap write SetWrap default False;
Published property ShowHint;
Published property Style: TToolButtonStyle read FStyle write SetStyle default tbsButton;
Published property Visible;
Published property Width stored IsWidthStored;
Published property OnClick;
Published property OnContextPopup;
Published property OnDragDrop;
Published property OnDragOver;
Published property OnEndDrag;
Published property OnMouseDown;
Published property OnMouseMove;
Published property OnMouseUp;
Published property OnStartDrag;

Beschreibung

Methoden

Public constructor Create(TheOwner: TComponent); override;
 
Public function CheckMenuDropdown: Boolean; dynamic;
 
Public procedure Click; override;
 
Public procedure GetCurrentIcon(var ImageList: TCustomImageList; var TheIndex: integer); virtual;
 

Eigenschaften

Public property Index: Integer read GetIndex;
 
Published property Action;
 
Published property AllowAllUp: Boolean read FAllowAllUp write FAllowAllUp default False;
 
Published property AutoSize default False;
 
Published property Caption;
 
Published property Down: Boolean read FDown write SetDown stored IsCheckedStored default False;
 
Published property DragCursor;
 
Published property DragKind;
 
Published property DragMode;
 
Published property DropdownMenu: TPopupMenu read FDropdownMenu write SetDropdownMenu;
 
Published property Enabled;
 
Published property Grouped: Boolean read FGrouped write SetGrouped default False;
 
Published property Height stored False;
 
Published property ImageIndex: Integer read FImageIndex write SetImageIndex stored IsImageIndexStored default -1;
 
Published property Indeterminate: Boolean read FIndeterminate write SetIndeterminate default False;
 
Published property Marked: Boolean read FMarked write SetMarked default False;
 
Published property MenuItem: TMenuItem read FMenuItem write SetMenuItem;
 
Published property ParentShowHint;
 
Published property PopupMenu;
 
Published property Wrap: Boolean read FWrap write SetWrap default False;
 
Published property ShowHint;
 
Published property Style: TToolButtonStyle read FStyle write SetStyle default tbsButton;
 
Published property Visible;
 
Published property Width stored IsWidthStored;
 
Published property OnClick;
 
Published property OnContextPopup;
 
Published property OnDragDrop;
 
Published property OnDragOver;
 
Published property OnEndDrag;
 
Published property OnMouseDown;
 
Published property OnMouseMove;
 
Published property OnMouseUp;
 
Published property OnStartDrag;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:53