ShellExecuteInfoVerb Field
A string, referred to as a verb, that specifies the action to be performed.
The set of available verbs depends on the particular file or folder.
Generally, the actions available from an object's shortcut menu are available verbs.
This parameter can be NULL, in which case the default verb is used if available.
If not, the "open" verb is used.
If neither verb is available, the system uses the first verb listed in the registry.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Verb As String
Dim instance As ShellExecuteInfo
Dim value As String
value = instance.Verb
instance.Verb = value
No code example is currently available or this language may not be supported.
Field Value
String