System.Windows.Forms.CreateParams: Property Members

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

Public Properties

Captionstring.

Gets or sets the control's initial text.

ClassNamestring.

Gets or sets the name of the Windows class to derive the control from.

ClassStyleint.

Gets or sets a bitwise combination of class style values.

ExStyleint.

Gets or sets a bitwise combination of extended window style values.

Heightint.

Gets or sets the initial height of the control.

Paramobject.

Gets or sets additional parameter information needed to create the control.

ParentIntPtr.

Gets or sets the control's parent.

Styleint.

Gets or sets a bitwise combination of window style values.

Widthint.

Gets or sets the initial width of the control.

Xint.

Gets or sets the initial left position of the control.

Yint.

Gets or sets the top position of the initial location of the control.