TdxCustomStatusBar.GetStatusPanelsClass Method
In This Article
Returns a class-reference to the status panel collection class.
#Declaration
Delphi
class function GetStatusPanelsClass: TdxStatusBarPanelsClass; virtual;
#Returns
Type |
---|
Tdx |
#Remarks
Overriding the GetStatusPanelClass and GetStatusPanelsClass in a TdxCustomStatusBar descendant allows it to work with the TdxStatusBarPanel class descendants.
See Also