C# Class System.Windows.Forms.ToolStripDropDownMenu

Inheritance: ToolStripDropDown
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
CalculateConnectedArea System.Drawing.Rectangle

Public Methods

Method Description
ToolStripDropDownMenu ( ) : System.Drawing

Protected Methods

Method Description
CreateDefaultItem ( string text, Image image, EventHandler onClick ) : ToolStripItem
OnFontChanged ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Method Description
CalculateConnectedArea ( ) : Rectangle

Method Details

CreateDefaultItem() protected method

protected CreateDefaultItem ( string text, Image image, EventHandler onClick ) : ToolStripItem
text string
image Image
onClick EventHandler
return ToolStripItem

OnFontChanged() protected method

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

OnLayout() protected method

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

ToolStripDropDownMenu() public method

public ToolStripDropDownMenu ( ) : System.Drawing
return System.Drawing