SendMenuFile Class |
Namespace: ShellBoost.Core.WindowsShell
public class SendMenuFile : SendMenuTarget
The SendMenuFile type exposes the following members.
| Name | Description | |
|---|---|---|
| SendMenuFile |
Initializes a new instance of the SendMenuFile class.
|
| Name | Description | |
|---|---|---|
| Clsid |
Gets or sets the COM Server CLSID.
| |
| ComServer |
Gets the COM server.
| |
| DisplayName |
Gets the display name.
(Inherited from SendMenuTarget.) | |
| DropHandler |
Gets the drop handler CLSID.
| |
| DropHandlerComServer |
Gets the drop handler COM server.
| |
| FileExtension |
Gets or sets the file extension.
It must start with a dot ('.') character.
| |
| FileName |
Gets the file name.
| |
| FileNameWithoutExtension |
Gets the file name without extension.
| |
| FilePath |
Gets the file path.
(Overrides SendMenuTargetFilePath.) | |
| NeverShowExt |
Gets a value indicating whether the extension is never shown.
| |
| PersistentHandler |
Gets or sets the persistent handler CLSID.
| |
| Properties |
Gets the properties.
(Inherited from SendMenuTarget.) | |
| Shortcut |
Gets the shortcut if the target is a shortcut file.
(Inherited from SendMenuTarget.) |
| Name | Description | |
|---|---|---|
| Register |
Registers the specified file.
Note in general the Windows Explorer will need a restart to take that into account.
| |
| ToString |
Converts to string.
(Inherited from SendMenuTarget.) | |
| Unregister |
Unregisters the specified file.
Note in general the Windows Explorer will need a restart to take that into account.
| |
| Validate |
Validates this instance.
|
| Name | Description | |
|---|---|---|
| CLSID_NullPersistentHandler |
The CLSID_NullPersistentHandler guid.
|