[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TStatusPanel - one of the panels contained in a StatusBar
Source position: comctrls.pp line 68
type TStatusPanel = class(TCollectionItem) |
||
protected |
||
function GetDisplayName; override; |
|
|
procedure PanelChanged(); |
|
PanelChanged - method for dealing with a status panel, one or more of whose parts has changed |
procedure SetIndex(); override; |
|
|
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
procedure Assign(); override; |
|
|
function StatusBar; |
|
The StatusBar that contains this StatusPanel |
published |
||
property Alignment: TAlignment; [rw] |
|
Alignment - whether left- or right-justified or centered |
property Bevel: TStatusPanelBevel; [rw] |
|
The type of Bevel for the display |
property Style: TStatusPanelStyle; [rw] |
|
Style - whether text or something drawn by the owner |
property Text: String; [rw] |
|
Text - the string for display in the StatusBar |
property Width: Integer; [rw] |
|
The Width of this panel on the StatusBar |
end; |
|
TStatusPanel - one of the panels contained in a StatusBar |
|
| | ||
TCollectionItem |
||
? | ||
TObject |