ShellMenuItemVerb Property |
Gets the verb.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public string Verb { get; }
Public ReadOnly Property Verb As String
Get
public:
property String^ Verb {
String^ get ();
}
member Verb : string with get
Property Value
Type:
StringThe shell verb associated with the context menu item.
See Also