C# Syntax
public interface IToggleButton
Name | Description | |
---|---|---|
![]() | ButtonTestObject | Returns the IButton test object this toggle button was accessed from. |
![]() | IsChecked | Indicates whether this toggle button is checked.
For Three State toggle button: IsChecked returns true for either a Checked or Indeterminate State. |
![]() | IsThreeState | Indicates whether this toggle button is able to display three check states. |
![]() | State | Returns the toggle button status. |