C# Class System.Windows.Forms.ToolStripSplitButton

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

Private Properties

Property Type Description
HandleClick void
ResetDropDownButtonWidth void

Public Methods

Method 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

Protected Methods

Method 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

Method Description
HandleClick ( int mouse_clicks, EventArgs e ) : void
ResetDropDownButtonWidth ( ) : void

Method Details

CreateDefaultDropDown() protected method

protected CreateDefaultDropDown ( ) : ToolStripDropDown
return ToolStripDropDown

GetPreferredSize() public method

public GetPreferredSize ( Size constrainingSize ) : Size
constrainingSize System.Drawing.Size
return System.Drawing.Size

OnButtonClick() protected method

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

OnButtonDoubleClick() public method

public OnButtonDoubleClick ( EventArgs e ) : void
e System.EventArgs
return void

OnDefaultItemChanged() protected method

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

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseLeave() protected method

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

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

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

OnRightToLeftChanged() protected method

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

PerformButtonClick() public method

public PerformButtonClick ( ) : void
return void

ProcessDialogKey() protected method

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
return bool

ProcessMnemonic() protected method

protected ProcessMnemonic ( char charCode ) : bool
charCode char
return bool

ToolStripSplitButton() public method

public ToolStripSplitButton ( ) : System
return System

ToolStripSplitButton() public method

public ToolStripSplitButton ( Image image ) : System
image Image
return System

ToolStripSplitButton() public method

public ToolStripSplitButton ( string text ) : System
text string
return System

ToolStripSplitButton() public method

public ToolStripSplitButton ( string text, Image image ) : System
text string
image Image
return System

ToolStripSplitButton() public method

public ToolStripSplitButton ( string text, Image image, EventHandler onClick ) : System
text string
image Image
onClick EventHandler
return System

ToolStripSplitButton() public method

public ToolStripSplitButton ( string text, Image image, EventHandler onClick, string name ) : System
text string
image Image
onClick EventHandler
name string
return System