C# 클래스 System.Windows.Forms.ContextMenu

상속: Menu
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Hide void
OnMenuChanged void

공개 메소드들

메소드 설명
ContextMenu ( ) : AppKit
ContextMenu ( MenuItem menuItems ) : AppKit
CreateHandle ( ) : void
Show ( Control control, Point pos ) : void
Show ( Control control, Point pos, LeftRightAlignment alignment ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
Hide ( ) : void
OnMenuChanged ( EventArgs e ) : void

메소드 상세

ContextMenu() 공개 메소드

public ContextMenu ( ) : AppKit
리턴 AppKit

ContextMenu() 공개 메소드

public ContextMenu ( MenuItem menuItems ) : AppKit
menuItems MenuItem
리턴 AppKit

CreateHandle() 공개 메소드

public CreateHandle ( ) : void
리턴 void

OnCollapse() 보호된 메소드

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

OnPopup() 보호된 메소드

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

Show() 공개 메소드

public Show ( Control control, Point pos ) : void
control Control
pos Point
리턴 void

Show() 공개 메소드

public Show ( Control control, Point pos, LeftRightAlignment alignment ) : void
control Control
pos Point
alignment LeftRightAlignment
리턴 void