Control.DefaultSize Property
.NET Framework (current version)
Gets the default size of the control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The DefaultSize property represents the Size of the control when it is initially created. You can adjust the size of the control by setting its Size property value.
Note |
|---|
To maintain better performance, do not set the Size of a control in its constructor. The preferred method is to override the DefaultSize property. |
Note |
|---|
On Windows Server 2003 systems, the size of a Form is restricted by the maximum pixel width and height of the monitor. |
Notes to Inheritors:
When overriding the DefaultSize property in a derived class, it is preferable to return a Size with the desired dimensions rather than to override all the implementation.
.NET Framework
Available since 1.1
Available since 1.1
Show:
