System.Windows.Forms.CreateParams Members

The members of System.Windows.Forms.CreateParams are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Windows.Forms.CreateParams class.

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.

Public Methods

override
ToString() : string
Documentation for this section has not yet been entered.