Gets or sets whether the menu item is checked. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsChecked { get; set; }
Visual Basic
Public Property IsChecked As Boolean
	Get
	Set
Visual C++
public:
property bool IsChecked {
	bool get ();
	void set (bool value);
}

See Also