CreateParams Properties
.NET Framework 4
The CreateParams type exposes the following members.
| Name | Description | |
|---|---|---|
|
Caption | Gets or sets the control's initial text. |
|
ClassName | Gets or sets the name of the Windows class to derive the control from. |
|
ClassStyle | Gets or sets a bitwise combination of class style values. |
|
ExStyle | Gets or sets a bitwise combination of extended window style values. |
|
Height | Gets or sets the initial height of the control. |
|
Param | Gets or sets additional parameter information needed to create the control. |
|
Parent | Gets or sets the control's parent. |
|
Style | Gets or sets a bitwise combination of window style values. |
|
Width | Gets or sets the initial width of the control. |
|
X | Gets or sets the initial left position of the control. |
|
Y | Gets or sets the top position of the initial location of the control. |