Click or drag to resize

IMenuCommandWindows Interface

IT Hit User File System
Represents context menu command.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26224.0-Beta2
Syntax
public interface IMenuCommandWindows : IMenuCommand

The IMenuCommandWindows type exposes the following members.

Methods
  NameDescription
Public methodGetIconAsync
Gets menu icon path.
Public methodGetStateAsync
Gets menu state.
Public methodGetTitleAsync
Gets menu title.
Public methodGetToolTipAsync
Gets menu tooltip.
Public methodInvokeAsync
Handles menu call.
(Inherited from IMenuCommand.)
Top
Remarks
See the GetMenuCommandAsync(Guid, IOperationContext) description for how to implement context menu.
See Also