C# Class System.Windows.Forms.ContextMenu

Inheritance: Menu
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
Hide void
OnMenuChanged void

Méthodes publiques

Méthode Description
ContextMenu ( ) : AppKit
ContextMenu ( MenuItem menuItems ) : AppKit
CreateHandle ( ) : void
Show ( Control control, Point pos ) : void
Show ( Control control, Point pos, LeftRightAlignment alignment ) : void

Méthodes protégées

Méthode Description
OnCollapse ( EventArgs e ) : void
OnPopup ( EventArgs e ) : void

Private Methods

Méthode Description
Hide ( ) : void
OnMenuChanged ( EventArgs e ) : void

Method Details

ContextMenu() public méthode

public ContextMenu ( ) : AppKit
Résultat AppKit

ContextMenu() public méthode

public ContextMenu ( MenuItem menuItems ) : AppKit
menuItems MenuItem
Résultat AppKit

CreateHandle() public méthode

public CreateHandle ( ) : void
Résultat void

OnCollapse() protected méthode

protected OnCollapse ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPopup() protected méthode

protected OnPopup ( EventArgs e ) : void
e System.EventArgs
Résultat void

Show() public méthode

public Show ( Control control, Point pos ) : void
control Control
pos Point
Résultat void

Show() public méthode

public Show ( Control control, Point pos, LeftRightAlignment alignment ) : void
control Control
pos Point
alignment LeftRightAlignment
Résultat void