SplitButton.IsPressed

Syntax

IsPressed: Boolean

Description

The IsPressed property determines that a button is pressed.

Comments

If the property is set to True the button is shown as pressed.

By default the property is set to False.

The property is relevant if the SplitButton.IsToggleButton property is set to True.

Example

The property use is given in description of the SplitButton constructor.

See also:

SplitButton