ShellMenuItemVerb Property |
Gets or sets the verb. May be null.
The verb can also be used as a unique key to ensure a ShellMenuItem is only present once in a menu.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual string Verb { get; set; }
Property Value
Type:
StringThe verb.
See Also