C# 클래스 OdessaGUIProject.UI_Helpers.WindowMenu

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

공개 메소드들

메소드 설명
WindowMenu ( Form owner ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
CreateMenuItem ( string text ) : MenuItem
CreateMenuItem ( string text, Shortcut shortcut ) : MenuItem
OnWindowMenuClick ( object sender, EventArgs e ) : void
SendSysCommand ( USER32 command ) : void
item_DrawItem ( object sender, DrawItemEventArgs e ) : void
item_MeasureItem ( object sender, System.Windows.Forms.MeasureItemEventArgs e ) : void

메소드 상세

OnPopup() 보호된 메소드

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

WindowMenu() 공개 메소드

public WindowMenu ( Form owner ) : System
owner System.Windows.Forms.Form
리턴 System