C# Class System.Windows.Forms.ToolStripOverflowButton

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

Private Properties

Property Type Description
ToolStripOverflowButton System

Public Methods

Method Description
GetPreferredSize ( Size constrainingSize ) : Size

Protected Methods

Method Description
CreateDefaultDropDown ( ) : ToolStripDropDown
OnPaint ( PaintEventArgs e ) : void
SetBounds ( Rectangle bounds ) : void

Private Methods

Method Description
ToolStripOverflowButton ( ToolStrip ts ) : System

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

OnPaint() protected method

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

SetBounds() protected method

protected SetBounds ( Rectangle bounds ) : void
bounds System.Drawing.Rectangle
return void