IsPressed: Boolean
The IsPressed property determines that a button is pressed.
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.
The example of property use is given in description of the SplitButton constructor.
See also: