[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TPanelBitBtn - special class of BitButton for use in ButtonPanels
Source position: buttonpanel.pas line 32
type TPanelBitBtn = class(TCustomBitBtn) end; |
||
public |
||
constructor Create(); override; |
|
Calls inherited Create then initialises layout, style and spacing, creates the Button Glyph |
published |
||
|
The text describing the control to the user. |
|
property DefaultCaption: Boolean; [s] |
||
property Left: Integer; [s] |
||
property Top: Integer; [s] |
||
property Width: Integer; [s] |
||
property Height: Integer; [s] |
||
property Enabled: Boolean; |
|
Determines whether the control reacts on mouse or keyboard input. |
|
The font to be used for text display in this control. |
|
|
The BitMap Glyph to be displayed on the button |
|
property Name; [s] |
||
property PopupMenu: TPopupMenu; |
||
property ShowHint: Boolean; |
||
property OnClick: TNotifyEvent; |
|
Notification handler for mouse clicks. |
|
TPanelBitBtn - special class of BitButton for use in ButtonPanels |
|
| | ||
|
TCustomBitBtn - the ancestor class for TBitBtn. |
|
| | ||
|
The base class for clickable buttons (TButton and TBitBtn). |
|
| | ||
|
The base class for various button controls. |
|
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |