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

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

Public Methods

Method Description
UploadShellExtension ( ) : System

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
BuildUpload ( ToolStrip menu ) : void
TryUpload ( ) : void
Upload ( ) : System.Threading.Tasks.Task

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

UploadShellExtension() public method

public UploadShellExtension ( ) : System
return System