TdxDockingTabControlPropertiesDrawTabEvent Type
Declaration
TdxDockingTabControlPropertiesDrawTabEvent = procedure(Sender: TObject; AProperties: TdxDockingTabControlProperties; ATab: TcxTab; var ADefaultDraw: Boolean) of object;
Parameters
Name | Type |
---|---|
Sender | TObject |
AProperties | TdxDockingTabControlProperties |
ATab | TcxTab |
ADefaultDraw | Boolean |
See Also