C# Class System.Windows.Forms.ToolStripSplitButton

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

Private Properties

Свойство Type Description
HandleClick void
ResetDropDownButtonWidth void

Méthodes publiques

Méthode Description
GetPreferredSize ( Size constrainingSize ) : Size
OnButtonDoubleClick ( EventArgs e ) : void
PerformButtonClick ( ) : void
ToolStripSplitButton ( ) : System
ToolStripSplitButton ( Image image ) : System
ToolStripSplitButton ( string text ) : System
ToolStripSplitButton ( string text, Image image ) : System
ToolStripSplitButton ( string text, Image image, EventHandler onClick ) : System
ToolStripSplitButton ( string text, Image image, EventHandler onClick, string name ) : System

Méthodes protégées

Méthode Description
CreateDefaultDropDown ( ) : ToolStripDropDown
OnButtonClick ( EventArgs e ) : void
OnDefaultItemChanged ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnRightToLeftChanged ( EventArgs e ) : void
ProcessDialogKey ( Keys keyData ) : bool
ProcessMnemonic ( char charCode ) : bool

Private Methods

Méthode Description
HandleClick ( int mouse_clicks, EventArgs e ) : void
ResetDropDownButtonWidth ( ) : void

Method Details

CreateDefaultDropDown() protected méthode

protected CreateDefaultDropDown ( ) : ToolStripDropDown
Résultat ToolStripDropDown

GetPreferredSize() public méthode

public GetPreferredSize ( Size constrainingSize ) : Size
constrainingSize System.Drawing.Size
Résultat System.Drawing.Size

OnButtonClick() protected méthode

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

OnButtonDoubleClick() public méthode

public OnButtonDoubleClick ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnDefaultItemChanged() protected méthode

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

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

OnRightToLeftChanged() protected méthode

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

PerformButtonClick() public méthode

public PerformButtonClick ( ) : void
Résultat void

ProcessDialogKey() protected méthode

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
Résultat bool

ProcessMnemonic() protected méthode

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

ToolStripSplitButton() public méthode

public ToolStripSplitButton ( ) : System
Résultat System

ToolStripSplitButton() public méthode

public ToolStripSplitButton ( Image image ) : System
image Image
Résultat System

ToolStripSplitButton() public méthode

public ToolStripSplitButton ( string text ) : System
text string
Résultat System

ToolStripSplitButton() public méthode

public ToolStripSplitButton ( string text, Image image ) : System
text string
image Image
Résultat System

ToolStripSplitButton() public méthode

public ToolStripSplitButton ( string text, Image image, EventHandler onClick ) : System
text string
image Image
onClick EventHandler
Résultat System

ToolStripSplitButton() public méthode

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