TdxCustomStatusBar.GetStatusPanelClass Method
In This Article
Returns a class-reference to the status panel collection item class.
#Declaration
Delphi
class function GetStatusPanelClass: TdxStatusBarPanelClass; 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