SplitButton.IsToggleButton

Syntax

IsToggleButton: Boolean

Description

The IsToggleButton property determines if state of the upper button part can be toggled (pressed or pulled).

Comments

By default the property is set to false: that is, the button state cannot be changed. If the property is set to True, the button can be pressed or pulled.

Example

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

See also:

SplitButton