[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 35
type TPanelBitBtn = class(TCustomBitBtn) |
||
public |
||
constructor Create(); override; |
||
published |
||
property Caption; [s] |
|
Caption - the text-string appearing on the Control, usually used to identify its function |
property Enabled; |
|
Whether the control is Enabled. If not, it usually appears 'greyed-out' |
property Font; |
|
The Font to be used for text in this control |
property Glyph; |
|
The BitMap Glyph to be displayed on the button |
property OnClick; |
|
Event Handler for mouse click |
end; |
|
TPanelBitBtn - special class of BitButton for use in ButtonPanels |
|
| | ||
TCustomBitBtn |
||
? | ||
TObject |