Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ToggleSplitButton.IsChecked 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.

Gets or sets whether the ToggleSplitButton is checked.

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

void IsChecked(bool value);
public bool IsChecked { get; set; }
var boolean = toggleSplitButton.isChecked;
toggleSplitButton.isChecked = boolean;
Public Property IsChecked As Boolean
<ToggleSplitButton IsChecked="bool" />

Property Value

Boolean

bool

true if the ToggleSplitButton is checked; false if the ToggleSplitButton is unchecked. The default is false.

Applies to


Feedback

Was this page helpful?