TCustomdxBarControl.IsVertical Method
Determines whether the current toolbar control is vertical.
Declaration
function IsVertical: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
The IsVertical function returns False.
Override this function to specify the way that the toolbar control’s position is to be determined.
This function is overridden in the TdxBarControl class (the TCustomdxBarControl‘s descendant), where it determines if the current toolbar control is docked to the left or to the right side of the parent form and is rotated.
See Also