Click or drag to resize

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
C#
public virtual string Verb { get; set; }

Property Value

Type: String
The verb.
See Also