C# Class withSIX.Mini.Presentation.Shell.SyncShellExtension

Inheritance: SharpShell.SharpContextMenu.SharpContextMenu
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
SyncShellExtension ( ) : System.Linq

Protected Methods

Method Description
CanShowMenu ( ) : bool

Determines whether this instance can a shell context show menu, given the specified selected file list.

CreateMenu ( ) : ContextMenuStrip

Creates the context menu. This can be a single menu item or a tree of them.

Private Methods

Method Description
BuildSync ( ToolStrip menu ) : void
Sync ( ) : System.Threading.Tasks.Task
TrySync ( ) : void

Method Details

CanShowMenu() protected method

Determines whether this instance can a shell context show menu, given the specified selected file list.
protected CanShowMenu ( ) : bool
return bool

CreateMenu() protected method

Creates the context menu. This can be a single menu item or a tree of them.
protected CreateMenu ( ) : ContextMenuStrip
return System.Windows.Forms.ContextMenuStrip

SyncShellExtension() public method

public SyncShellExtension ( ) : System.Linq
return System.Linq