TCustomdxBarControl.Kind Method
Returns the type of the current toolbar control.
Declaration
function Kind: TdxBarKind; virtual; abstract;
Returns
Type |
---|
TdxBarKind |
Remarks
There are three TCustomdxBarControl‘s descendants that implement the Kind method: TdxBarControl, TdxBarQuickControl and TdxBarSubMenuControl classes.
See Also