Share via


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

'Declaration
Public Property Checked As Boolean
'Usage
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.

.NET Framework Security

See Also

Reference

OleCommandStatus Class

OleCommandStatus Members

Microsoft.VisualStudio.Data Namespace