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:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual string Verb { get; set; }

Property Value

Type: String
The verb.
See Also