Skip to main content

TCustomdxBarControl.IsRealVertical Method

Determines whether the current toolbar control is vertical.

Declaration

function IsRealVertical: Boolean; virtual;

Returns

Type
Boolean

Remarks

The IsRealVertical function returns False.

Override this function to specify the way a 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.

See Also