C# Class OdessaGUIProject.UI_Helpers.WindowMenu

Inheritance: System.Windows.Forms.ContextMenu
Afficher le fichier Open project: noahsw/highlight-hunter Class Usage Examples

Méthodes publiques

Méthode Description
WindowMenu ( Form owner ) : System

Méthodes protégées

Méthode Description
OnPopup ( EventArgs e ) : void

Private Methods

Méthode Description
CreateMenuItem ( string text ) : MenuItem
CreateMenuItem ( string text, Shortcut shortcut ) : MenuItem
OnWindowMenuClick ( object sender, EventArgs e ) : void
SendSysCommand ( USER32 command ) : void
item_DrawItem ( object sender, DrawItemEventArgs e ) : void
item_MeasureItem ( object sender, System.Windows.Forms.MeasureItemEventArgs e ) : void

Method Details

OnPopup() protected méthode

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

WindowMenu() public méthode

public WindowMenu ( Form owner ) : System
owner System.Windows.Forms.Form
Résultat System