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

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

Méthodes publiques

Méthode Description
SyncShellExtension ( ) : System.Linq

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
BuildSync ( ToolStrip menu ) : void
Sync ( ) : System.Threading.Tasks.Task
TrySync ( ) : void

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

SyncShellExtension() public méthode

public SyncShellExtension ( ) : System.Linq
Résultat System.Linq