TdxCustomStatusBar.GetStatusPanelClass Method
Returns a class-reference to the status panel collection item class.
Declaration
class function GetStatusPanelClass: TdxStatusBarPanelClass; virtual;
Returns
Type |
---|
TdxStatusBarPanelClass |
Remarks
Overriding the GetStatusPanelClass and GetStatusPanelsClass in a TdxCustomStatusBar descendant allows it to work with the TdxStatusBarPanel class descendants.
See Also