C# Class System.Windows.Forms.ToolStripDropDownButton

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

Private Properties

Свойство Type Description
CalculatePreferredSize System.Drawing.Size

Méthodes publiques

Méthode Description
ToolStripDropDownButton ( ) : System.Drawing
ToolStripDropDownButton ( Image image ) : System.Drawing
ToolStripDropDownButton ( string text ) : System.Drawing
ToolStripDropDownButton ( string text, Image image ) : System.Drawing
ToolStripDropDownButton ( string text, Image image, EventHandler onClick ) : System.Drawing
ToolStripDropDownButton ( string text, Image image, EventHandler onClick, string name ) : System.Drawing

Méthodes protégées

Méthode Description
CreateDefaultDropDown ( ) : ToolStripDropDown
OnMouseDown ( MouseEventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
ProcessMnemonic ( char charCode ) : bool

Private Methods

Méthode Description
CalculatePreferredSize ( Size constrainingSize ) : Size

Method Details

CreateDefaultDropDown() protected méthode

protected CreateDefaultDropDown ( ) : ToolStripDropDown
Résultat ToolStripDropDown

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseLeave() protected méthode

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

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

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

ProcessMnemonic() protected méthode

protected ProcessMnemonic ( char charCode ) : bool
charCode char
Résultat bool

ToolStripDropDownButton() public méthode

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

ToolStripDropDownButton() public méthode

public ToolStripDropDownButton ( Image image ) : System.Drawing
image Image
Résultat System.Drawing

ToolStripDropDownButton() public méthode

public ToolStripDropDownButton ( string text ) : System.Drawing
text string
Résultat System.Drawing

ToolStripDropDownButton() public méthode

public ToolStripDropDownButton ( string text, Image image ) : System.Drawing
text string
image Image
Résultat System.Drawing

ToolStripDropDownButton() public méthode

public ToolStripDropDownButton ( string text, Image image, EventHandler onClick ) : System.Drawing
text string
image Image
onClick EventHandler
Résultat System.Drawing

ToolStripDropDownButton() public méthode

public ToolStripDropDownButton ( string text, Image image, EventHandler onClick, string name ) : System.Drawing
text string
image Image
onClick EventHandler
name string
Résultat System.Drawing