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

Inheritance: SharpShell.SharpContextMenu.SharpContextMenu
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
UploadShellExtension ( ) : System

Méthodes protégées

Méthode 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

Méthode Description
BuildUpload ( ToolStrip menu ) : void
TryUpload ( ) : void
Upload ( ) : System.Threading.Tasks.Task

Method Details

CanShowMenu() protected méthode

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

CreateMenu() protected méthode

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

UploadShellExtension() public méthode

public UploadShellExtension ( ) : System
Résultat System