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:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public virtual string Verb { get; set; }
Property Value
Type:
StringThe verb.
See Also