Gets a value indicating whether this ICommand is enabled.
| C# | Visual Basic | Visual C++ |
bool Enabled { get; }
ReadOnly Property Enabled As Boolean
property bool Enabled { bool get (); }
true if enabled; otherwise, false.
| C# | Visual Basic | Visual C++ |
bool Enabled { get; }
ReadOnly Property Enabled As Boolean
property bool Enabled { bool get (); }