C# Class System.Windows.Forms.ToolStripDropDownButton

Inheritance: ToolStripDropDownItem
ファイルを表示 Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
CalculatePreferredSize System.Drawing.Size

Public Methods

Method 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

Protected Methods

Method 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

Method Description
CalculatePreferredSize ( Size constrainingSize ) : Size

Method Details

CreateDefaultDropDown() protected method

protected CreateDefaultDropDown ( ) : ToolStripDropDown
return ToolStripDropDown

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

ProcessMnemonic() protected method

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

ToolStripDropDownButton() public method

public ToolStripDropDownButton ( ) : System.Drawing
return System.Drawing

ToolStripDropDownButton() public method

public ToolStripDropDownButton ( Image image ) : System.Drawing
image Image
return System.Drawing

ToolStripDropDownButton() public method

public ToolStripDropDownButton ( string text ) : System.Drawing
text string
return System.Drawing

ToolStripDropDownButton() public method

public ToolStripDropDownButton ( string text, Image image ) : System.Drawing
text string
image Image
return System.Drawing

ToolStripDropDownButton() public method

public ToolStripDropDownButton ( string text, Image image, EventHandler onClick ) : System.Drawing
text string
image Image
onClick EventHandler
return System.Drawing

ToolStripDropDownButton() public method

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