C# Class System.Windows.Forms.ToolStripOverflowButton

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

Private Properties

Свойство Type Description
ToolStripOverflowButton System

Méthodes publiques

Méthode Description
GetPreferredSize ( Size constrainingSize ) : Size

Méthodes protégées

Méthode Description
CreateDefaultDropDown ( ) : ToolStripDropDown
OnPaint ( PaintEventArgs e ) : void
SetBounds ( Rectangle bounds ) : void

Private Methods

Méthode Description
ToolStripOverflowButton ( ToolStrip ts ) : System

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

OnPaint() protected méthode

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

SetBounds() protected méthode

protected SetBounds ( Rectangle bounds ) : void
bounds System.Drawing.Rectangle
Résultat void