[This is preliminary documentation and is subject to change.]
Gets a value indicating whether this ICommand is enabled.
| C# | Visual Basic | Visual C++ |
public virtual bool Enabled { get; }
Public Overridable ReadOnly Property Enabled As Boolean
public: virtual property bool Enabled { bool get (); }
true if enabled; otherwise, false (the default is true).