C# Class OdessaGUIProject.UI_Helpers.WindowMenu

Inheritance: System.Windows.Forms.ContextMenu
Mostra file Open project: noahsw/highlight-hunter Class Usage Examples

Public Methods

Method Description
WindowMenu ( Form owner ) : System

Protected Methods

Method Description
OnPopup ( EventArgs e ) : void

Private Methods

Method 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 method

protected OnPopup ( EventArgs e ) : void
e System.EventArgs
return void

WindowMenu() public method

public WindowMenu ( Form owner ) : System
owner System.Windows.Forms.Form
return System