Interactable.IsToggleButton Property

Definition

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

Applies to