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
public bool Checked { get; set; }
public:
property bool Checked {
    bool get ();
    void set (bool value);
}
member Checked : bool with get, set
function get Checked () : boolean 
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

Microsoft.VisualStudio.Data Namespace