Button.MenuDropPosition

Syntax

MenuDropPosition: LTRB;

Description

The MenuDropPosition property sets a position for opening component child menu.

Comments

The property values is the LTRBenumeration items. By default the property is set to Bottom value.

On changing position of opening child component, arrow direction also changes.

If the HTMl page does not have enough space to show child menu expanded in the direction specified in the MenuDropPosition property, the child component expands in the opposite direction.

Example

The property use is given in description of the Button.MenuArrowPosition property.

See also:

Button