C# Class System.Windows.Forms.ToolStripContentPanel

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

Private Properties

Свойство Type Description
OnLoad void
OnPaintBackground void

Méthodes publiques

Méthode Description
ToolStripContentPanel ( ) : System.Drawing

Méthodes protégées

Méthode Description
OnHandleCreated ( EventArgs e ) : void
OnRendererChanged ( EventArgs e ) : void

Private Methods

Méthode Description
OnLoad ( EventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

OnHandleCreated() protected méthode

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

OnRendererChanged() protected méthode

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

ToolStripContentPanel() public méthode

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