ListCaptions.getMenuButtonWidth

Syntax

getMenuButtonWidth();

Description

The getMenuButtonWidth method returns menu button width.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Get tree titles
caps = Tree.getCaptions();
// Get menu button width
caps.getMenuButtonWidth();

After executing the example menu button width is obtained.

See also:

ListCaptions