C# 클래스 ZForge.Controls.XPTable.Models.HeaderContextMenu

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

Private Properties

프로퍼티 타입 설명
menuItem_Click void
moreMenuItem_Click void

공개 메소드들

메소드 설명
HeaderContextMenu ( ) : System

Initializes a new instance of the HeaderContextMenu class with no menu items specified

Show ( Control control, Point pos ) : void

Displays the shortcut menu at the specified position

보호된 메소드들

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

Raises the Popup event

비공개 메소드들

메소드 설명
menuItem_Click ( object sender, EventArgs e ) : void

moreMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

HeaderContextMenu() 공개 메소드

Initializes a new instance of the HeaderContextMenu class with no menu items specified
public HeaderContextMenu ( ) : System
리턴 System

OnPopup() 보호된 메소드

Raises the Popup event
protected OnPopup ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data
리턴 void

Show() 공개 메소드

Displays the shortcut menu at the specified position
public Show ( Control control, Point pos ) : void
control System.Windows.Forms.Control A Control object that specifies the control /// with which this shortcut menu is associated
pos Point A Point object that specifies the coordinates at /// which to display the menu. These coordinates are specified relative /// to the client coordinates of the control specified in the control /// parameter
리턴 void