Klasse TToolButton
Unit
ComCtrls
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
Eigenschaften
Beschreibung
Methoden
 |
constructor Create(TheOwner: TComponent); override; |
|
 |
function CheckMenuDropdown: Boolean; dynamic; |
|
 |
procedure Click; override; |
|
 |
procedure GetCurrentIcon(var ImageList: TCustomImageList; var TheIndex: integer); virtual; |
|
Eigenschaften
 |
property Index: Integer read GetIndex; |
|
 |
property Action; |
|
 |
property AllowAllUp: Boolean read FAllowAllUp write FAllowAllUp default False; |
|
 |
property AutoSize default False; |
|
 |
property Caption; |
|
 |
property Down: Boolean read FDown write SetDown stored IsCheckedStored default False; |
|
 |
property DragCursor; |
|
 |
property DragKind; |
|
 |
property DragMode; |
|
 |
property DropdownMenu: TPopupMenu read FDropdownMenu write SetDropdownMenu; |
|
 |
property Enabled; |
|
 |
property Grouped: Boolean read FGrouped write SetGrouped default False; |
|
 |
property Height stored False; |
|
 |
property ImageIndex: Integer read FImageIndex write SetImageIndex stored IsImageIndexStored default -1; |
|
 |
property Indeterminate: Boolean read FIndeterminate write SetIndeterminate default False; |
|
 |
property Marked: Boolean read FMarked write SetMarked default False; |
|
 |
property MenuItem: TMenuItem read FMenuItem write SetMenuItem; |
|
 |
property ParentShowHint; |
|
 |
property PopupMenu; |
|
 |
property Wrap: Boolean read FWrap write SetWrap default False; |
|
 |
property ShowHint; |
|
 |
property Visible; |
|
 |
property Width stored IsWidthStored; |
|
 |
property OnClick; |
|
 |
property OnContextPopup; |
|
 |
property OnDragDrop; |
|
 |
property OnDragOver; |
|
 |
property OnEndDrag; |
|
 |
property OnMouseDown; |
|
 |
property OnMouseMove; |
|
 |
property OnMouseUp; |
|
 |
property OnStartDrag; |
|
Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:53