C# Class System.Windows.Forms.ToolStripDropDownMenu

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

Private Properties

Свойство Type Description
CalculateConnectedArea System.Drawing.Rectangle

Méthodes publiques

Méthode Description
ToolStripDropDownMenu ( ) : System.Drawing

Méthodes protégées

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

Méthode Description
CalculateConnectedArea ( ) : Rectangle

Method Details

CreateDefaultItem() protected méthode

protected CreateDefaultItem ( string text, Image image, EventHandler onClick ) : ToolStripItem
text string
image Image
onClick EventHandler
Résultat ToolStripItem

OnFontChanged() protected méthode

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

OnLayout() protected méthode

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

ToolStripDropDownMenu() public méthode

public ToolStripDropDownMenu ( ) : System.Drawing
Résultat System.Drawing