SplitButton.getIsHorizontal

Syntax

getIsHorizontal ();

Description

The getIsHorizontal method determines whether horizontal positioning is used for the button.

Comments

The method returns True if the button is positioned horizontally, or False if otherwise (default).

By default a button is positioned horizontally: that is the icon is shown above and the label below it:

To position a button horizontally, in the constructor set the IsHorizontal property to true. An example of horizontal positioning is given below:

Example

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

See also:

SplitButton