Skip to main content

TdxBarSubMenuControl.OwnerWidth Property

Specifies the width of an item control which activates the current submenu control.

Declaration

property OwnerWidth: Integer read; write;

Property Value

Type
Integer

Remarks

Use this property to avoid the overlapping of an item control and the current submenu control which is activated by the item control. For example, if a submenu control is displayed upon a button click, the value of the OwnerWidth property is set to the button’s width to avoid overlapping of the button’s area and the submenu control.

See Also