Skip to main content

TdxStatusBarPanel Members

A status bar panel.

Constructors

Name Description
Create(TCollection) Inherited from TCollectionItem.

Properties

Name Description
Automation Provides access to UI Automation and accessibility-related settings.
Bevel Specify the style of a panel’s border.
BiDiMode Specifies the bi-directional mode for the status bar panel.
Collection Inherited from TCollectionItem.
DisplayName Inherited from TCollectionItem.
Fixed Specifies if the status bar panel has a fixed width.
ID Inherited from TCollectionItem.
Index Inherited from TCollectionItem.
MinWidth Specifies minimum panel width in pixels.
PanelStyle Provides access to active panel style-specific settings.
PanelStyleClass Specifies a reference to the panel style class that defines panel appearance and functionality.
PanelStyleClassName Specifies the status bar panel type by class name.
ParentBiDiMode Specifies whether the status panel uses its parent’s bi-directional mode.
StatusBarControl Provides access to the parent status bar control.
Text Specifies a message displayed on the status bar panel.
Visible Specifies if the status bar panel is visible.
Width Specifies status bar width in pixels.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetDisplayName Inherited from TCollectionItem.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
Release Inherited from TCollectionItem.
RestoreDefaults Restores default status bar panel settings.
SetDisplayName(String) Inherited from TCollectionItem.
ToString Inherited from TObject.

Events

Name Description
OnClick Allows you to execute custom code in response to a click on the status bar panel.
OnDblClick Allows you to execute custom code in response to a double-click on the status bar panel.
OnDrawPanel Enables you to custom paint the panel.
See Also