C# Class ZForge.Controls.XPTable.Models.HeaderContextMenu

Inheritance: System.Windows.Forms.ContextMenu
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Свойство Type Description
menuItem_Click void
moreMenuItem_Click void

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
OnPopup ( EventArgs e ) : void

Raises the Popup event

Private Methods

Méthode Description
menuItem_Click ( object sender, EventArgs e ) : void

moreMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

HeaderContextMenu() public méthode

Initializes a new instance of the HeaderContextMenu class with no menu items specified
public HeaderContextMenu ( ) : System
Résultat System

OnPopup() protected méthode

Raises the Popup event
protected OnPopup ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data
Résultat void

Show() public méthode

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
Résultat void