Command.Status Property

Gets or sets the status of the Command, which controls the visible/enabled behavior of both the Command and its associated UI elements.

Namespace: Microsoft.Practices.CompositeUI.Commands
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Property Status As CommandStatus
'Usage
Dim instance As Command
Dim value As CommandStatus

value = instance.Status

instance.Status = value
public CommandStatus Status { get; set; }
public:
property CommandStatus Status {
    CommandStatus get ();
    void set (CommandStatus value);
}
/** @property */
public CommandStatus get_Status ()

/** @property */
public void set_Status (CommandStatus value)
public function get Status () : CommandStatus

public function set Status (value : CommandStatus)

See Also

Reference

Command Class
Command Members
Microsoft.Practices.CompositeUI.Commands Namespace