Click or drag to resize

CloudFilesContextMenuVerbBase Class

IT Hit User File System
Represents Windows Explorer command.
Inheritance Hierarchy
SystemObject
  ITHit.FileSystem.Windows.ShellExtensionCloudFilesContextMenuVerbBase
    ITHit.FileSystem.Windows.ShellExtensionCloudFilesContextMenuVerbIntegratedBase
    ITHit.FileSystem.Windows.ShellExtensionCloudFilesContextMenuVerbRpcBase

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26727.0-Beta2
Syntax
public abstract class CloudFilesContextMenuVerbBase : IExplorerCommand

The CloudFilesContextMenuVerbBase type exposes the following members.

Constructors
  NameDescription
Public methodCloudFilesContextMenuVerbBase
Creates instance of this class.
Top
Properties
  NameDescription
Protected propertyLogger
Logger.
Top
Methods
  NameDescription
Public methodEnumSubCommands
Retrieves an enumerator for a command's subcommands.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetCanonicalName
Gets the GUID of a Windows Explorer command.
Public methodGetFlags
Gets the flags associated with a Windows Explorer command.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIcon
Gets an icon resource string of the icon associated with the specified Windows Explorer command item.
Protected methodGetMenuIconAsync
Returns path to icon file or resource for menu item.
Protected methodGetMenuStateAsync
Gets menu state.
Protected methodGetMenuTitleAsync
Gets menu title.
Protected methodGetMenuToolTipAsync
Gets menu tooltip.
Public methodGetState
Gets state information associated with a specified Windows Explorer command item.
Public methodGetTitle
Gets the title text of the button or menu item that launches a specified Windows Explorer command item.
Public methodGetToolTip
Gets the tooltip string associated with a specified Windows Explorer command item.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvoke
Invokes a Windows Explorer command.
Protected methodInvokeMenuCommandAsync
Handles menu item call.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
You will derive your class from this class to implement your Windows Explorer context menu.
See Also