C# Class Yaircc.UI.ToolStripSpringTextBox

Represents an auto-sizing ToolStripTextBox.
Inheritance: System.Windows.Forms.ToolStripTextBox
Exibir arquivo Open project: rastating/yaircc

Public Methods

Method Description
GetPreferredSize ( Size constrainingSize ) : Size

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

Method Details

GetPreferredSize() public method

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.
return System.Drawing.Size