Skip to main content

TdxBarSubMenuControl.OwnerHeight Property

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

Declaration

property OwnerHeight: Integer read; write;

Property Value

Type
Integer

Remarks

Use this property to avoid 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 OwnerHeight property is set to the button’s height to avoid overlapping of the button’s area and the submenu control.

See Also