프로퍼티 | 타입 | 설명 | |
---|---|---|---|
menuItem_Click | void | ||
moreMenuItem_Click | void |
메소드 | 설명 | |
---|---|---|
HeaderContextMenu ( ) : System |
Initializes a new instance of the HeaderContextMenu class with no menu items specified
|
|
Show ( |
Displays the shortcut menu at the specified position
|
메소드 | 설명 | |
---|---|---|
OnPopup ( |
Raises the Popup event
|
메소드 | 설명 | |
---|---|---|
menuItem_Click ( object sender, |
|
|
moreMenuItem_Click ( object sender, |
|
protected OnPopup ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
public Show ( |
||
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 |