C# Class TrelloContextMenu.AddAsCardContextMenu

Inheritance: ITestableContextMenu
Afficher le fichier Open project: GeorgeHahn/TrelloContextMenu

Méthodes publiques

Méthode Description
CanShowMenu ( IEnumerable selectedItemPaths, string folderPath ) : bool
CreateMenuItem ( Func selectedItemPaths, string folderPath ) : ToolStripMenuItem

Method Details

CanShowMenu() public méthode

public CanShowMenu ( IEnumerable selectedItemPaths, string folderPath ) : bool
selectedItemPaths IEnumerable
folderPath string
Résultat bool

CreateMenuItem() public méthode

public CreateMenuItem ( Func selectedItemPaths, string folderPath ) : ToolStripMenuItem
selectedItemPaths Func
folderPath string
Résultat System.Windows.Forms.ToolStripMenuItem