NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MenuCommand.Checked

Gets or sets a value that indicates whether this menu item is checked.

[Visual Basic]
Overridable Public Property Checked As Boolean
[C#]
public bool Checked {virtual get; virtual set;}
[C++]
public: __property virtual bool get_Checked();
public: __property virtual void set_Checked(bool);
[JScript]
public function get Checked() : Boolean;
public function set Checked(Boolean);

Property Value

true if the item is checked; otherwise, false.

See Also

MenuCommand Class | MenuCommand Members | System.ComponentModel.Design Namespace