C# 클래스 TrelloContextMenu.ContextMenuProvider

파일 보기 프로젝트 열기: GeorgeHahn/TrelloContextMenu 1 사용 예제들

공개 메소드들

메소드 설명
CanShowMenu ( IEnumerable selectedItemPaths, string folderPath ) : bool
ContextMenuProvider ( IEnumerable contextMenus ) : System
CreateMenu ( Func selectedItemPaths, string folderPath ) : ContextMenuStrip

메소드 상세

CanShowMenu() 공개 메소드

public CanShowMenu ( IEnumerable selectedItemPaths, string folderPath ) : bool
selectedItemPaths IEnumerable
folderPath string
리턴 bool

ContextMenuProvider() 공개 메소드

public ContextMenuProvider ( IEnumerable contextMenus ) : System
contextMenus IEnumerable
리턴 System

CreateMenu() 공개 메소드

public CreateMenu ( Func selectedItemPaths, string folderPath ) : ContextMenuStrip
selectedItemPaths Func
folderPath string
리턴 System.Windows.Forms.ContextMenuStrip