ToolBarButton.IsChecked

Syntax

IsChecked: Boolean

Description

The IsChecked property sets button state.

Comments

If the property is set to True the button is pressed. If the property is set to False the button is pulled. By default the property is set to False.

The property is relevant only on generation of the StateChanged event.

Example

The property use is given in description of the StateChanged event.

See also:

ToolBarButton