Property ActiveCommandName
ActiveCommandName
Gets the localized name of the active command, as it appears to the user in the menu.
Declaration
[AvailableSinceVersion(7, 6, 0, 0)]
string ActiveCommandName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
If there is no active command, null is returned.
This property is available since v7.6.