System.Windows.Forms.ToolStripTextBox.DefaultSize Property

Gets the default size of the System.Windows.Forms.ToolStripTextBox.

Syntax

protected override System.Drawing.Size DefaultSize { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Note:

In order to maintain better performance, you should not set the System.Drawing.Size of a System.Windows.Forms.ToolStripTextBox in its constructor. The preferred method is to override the ToolStripTextBox.DefaultSize property.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0