C# Class Yaircc.UI.ToolStripSpringTextBox

Represents an auto-sizing ToolStripTextBox.
Inheritance: System.Windows.Forms.ToolStripTextBox
Afficher le fichier Open project: rastating/yaircc

Méthodes publiques

Méthode Description
GetPreferredSize ( Size constrainingSize ) : Size

Retrieves the size of a rectangular area into which a control can be fitted.

Method Details

GetPreferredSize() public méthode

Retrieves the size of a rectangular area into which a control can be fitted.
public GetPreferredSize ( Size constrainingSize ) : Size
constrainingSize System.Drawing.Size The custom-sized area for a control.
Résultat System.Drawing.Size