The properties of System.Windows.Forms.CreateParams are listed below. For a list of all members, see the CreateParams Members list.
See Also: Inherited members from System.Object
Caption | string.
Gets or sets the control's initial text. | |
ClassName | string.
Gets or sets the name of the Windows class to derive the control from. | |
ClassStyle | int.
Gets or sets a bitwise combination of class style values. | |
ExStyle | int.
Gets or sets a bitwise combination of extended window style values. | |
Height | int.
Gets or sets the initial height of the control. | |
Param | object.
Gets or sets additional parameter information needed to create the control. | |
Parent | IntPtr.
Gets or sets the control's parent. | |
Style | int.
Gets or sets a bitwise combination of window style values. | |
Width | int.
Gets or sets the initial width of the control. | |
X | int.
Gets or sets the initial left position of the control. | |
Y | int.
Gets or sets the top position of the initial location of the control. |