Skip to main content

TdxBarDockControl.AllowZeroSizeInDesignTime Property

Specifies whether to display an empty external dock control at design time.

Declaration

property AllowZeroSizeInDesignTime: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

If the AllowZeroSizeInDesignTime property is set to True and there are no toolbars within the external dock control, its Height property is set to 0 and it becomes invisible. If the AllowZeroSizeInDesignTime property is set to False, the Height property is set to 3 pixels, despite the fact it does not contain any toolbar.

The default value of the AllowZeroSizeInDesignTime property is False.

See Also