In The Hand LtdIn The Hand
CreateParams Class
NamespacesInTheHand.Windows.FormsCreateParams
.NET Components for Mobility
Encapsulates the information needed when creating a control.
Declaration Syntax
C#Visual Basic
public class CreateParams
Public Class CreateParams
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateParams()()()()
Initializes a new instance of the CreateParams class.

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.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExStyle
Gets or sets a bitwise combination of extended window style values.

Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Height
Gets or sets the initial height of the control.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
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 initial top position of the control.

Remarks
For more information about creating control parameters, see the CreateWindow and CreateWindowEx functions and the CREATESTRUCT structure documentation in the Windows Platform SDK reference located in the MSDN Library.
Inheritance Hierarchy
Object
CreateParams

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0