OleCommandStatus Class

Definition

Provides the status of a specified OLE command.

public ref class OleCommandStatus
public class OleCommandStatus
type OleCommandStatus = class
Public Class OleCommandStatus
Inheritance
OleCommandStatus

Constructors

OleCommandStatus()

Class constructor. Instantiates a nonparameterized instance of the OleCommandStatus class.

OleCommandStatus(Int32)

Class constructor. Instantiates a parameterized instance of the OleCommandStatus class.

Properties

Checked

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

Enabled

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

Flags

Retrieves or sets a value representing the underlying OLECMDF value.

Supported

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

Text

Retrieves or sets the text displayed for this command.

Visible

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

Applies to