OleCommandStatus.Checked Property

Definition

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

public:
 property bool Checked { bool get(); void set(bool value); };
public bool Checked { get; set; }
member this.Checked : bool with get, set
Public Property Checked As Boolean

Property Value

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

Applies to