OleCommandStatus.Checked Property

Retrieves or sets a value indicating whether this command is checked.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public Property Checked As Boolean

Dim instance As OleCommandStatus
Dim value As Boolean

value = instance.Checked

instance.Checked = value
public bool Checked { get; set; }
public:
property bool Checked {
    bool get ();
    void set (bool value);
}
public function get Checked () : boolean
public function set Checked (value : boolean)

Property Value

Type: System.Boolean

Returns true if the command is checked; otherwise returns false.

Permissions

See Also

Reference

OleCommandStatus Class

OleCommandStatus Members

Microsoft.VisualStudio.Data Namespace