C# 클래스 TrelloContextMenu.AddAsCardContextMenu

상속: ITestableContextMenu
파일 보기 프로젝트 열기: GeorgeHahn/TrelloContextMenu

공개 메소드들

메소드 설명
CanShowMenu ( IEnumerable selectedItemPaths, string folderPath ) : bool
CreateMenuItem ( Func selectedItemPaths, string folderPath ) : ToolStripMenuItem

메소드 상세

CanShowMenu() 공개 메소드

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

CreateMenuItem() 공개 메소드

public CreateMenuItem ( Func selectedItemPaths, string folderPath ) : ToolStripMenuItem
selectedItemPaths Func
folderPath string
리턴 System.Windows.Forms.ToolStripMenuItem