C# 클래스 XRefresh.FilterMenu

상속: System.Windows.Forms.ContextMenu
파일 보기 프로젝트 열기: binaryage/xrefresh 1 사용 예제들

공개 메소드들

메소드 설명
FilterMenu ( ProjectFilters parent, string path, string reason, MatchReason status ) : System

보호된 메소드들

메소드 설명
OnPopup ( EventArgs e ) : void

비공개 메소드들

메소드 설명
AddItem ( string name, int icon ) : void
AddSeparator ( ) : void
BuildFileItems ( string path, int icon ) : void
EnableExtension ( MenuItem item ) : void
EnableExtension ( MenuItem item, int index ) : void
InitializeComponent ( ) : void
RebuildFilterMenu ( ) : void

메소드 상세

FilterMenu() 공개 메소드

public FilterMenu ( ProjectFilters parent, string path, string reason, MatchReason status ) : System
parent ProjectFilters
path string
reason string
status MatchReason
리턴 System

OnPopup() 보호된 메소드

protected OnPopup ( EventArgs e ) : void
e System.EventArgs
리턴 void