ToggleButton.IsThreeState Property

Definition

public:
 property bool IsThreeState { bool get(); void set(bool value); };
bool IsThreeState();

void IsThreeState(bool value);
public bool IsThreeState { get; set; }
var boolean = toggleButton.isThreeState;
toggleButton.isThreeState = boolean;
Public Property IsThreeState As Boolean

Property Value

Boolean

bool

Applies to