SplitButton.MenuDropPosition

Syntax

MenuDropPosition: PP.LTRB

Description

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

Comments

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

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

Use the setMenuDropPosition method to set the property value, and the getMenuDropPosition method to get the property value. The property value cannot be set from a constructor.

Example

The example of the setMenuDropPosition method use is given in description of the SplitButton.getColumnIndex method.

See also:

SplitButton