|
ShellVerbs Class |
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.
SHELLEXECUTEINFO structureInheritance Hierarchy Namespace: Xcalibur.NativeMethods.V2.ShellAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public static class ShellVerbs
Public NotInheritable Class ShellVerbs
public ref class ShellVerbs abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ShellVerbs = class end
The ShellVerbs type exposes the following members.
Fields | Name | Description |
---|
| Edit |
Launches an editor and opens the document for editing. If File is not a document file, the
function will fail.
|
| Explore |
Explores the folder specified by File.
|
| Find |
Initiates a search starting from the specified directory.
|
| Open |
Opens the file specified by the File parameter. The file can be an executable file, a
document file, or a folder.
|
| Print |
Prints the document file specified by file. If file is not a document file, the function
will fail.
|
| Properties |
Displays the file or folder's properties.
|
TopSee Also