Interactable.IsToggleButton Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use ButtonMode to test if equal to SelectionModes.Toggle instead
True if Selection is "Toggle" (Dimensions == 2)
public:
property bool IsToggleButton { bool get(); };
[System.Obsolete("Use ButtonMode to test if equal to SelectionModes.Toggle instead")]
public bool IsToggleButton { get; }
[<System.Obsolete("Use ButtonMode to test if equal to SelectionModes.Toggle instead")>]
member this.IsToggleButton : bool
Public ReadOnly Property IsToggleButton As Boolean
Property Value
- Attributes