System.Windows.Forms
1.0.5000.0
2.0.0.0
System.Object
The information in a can be used to pass information about the initial state and appearance of a control. Most derived controls override the property to pass in the appropriate values or include additional information in the .
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.
The constants used to set the , , and properties are defined in the Winuser.h header file. This file is installed by the Platform SDK or Visual Studio.
Encapsulates the information needed when creating a control.
Constructor
To be added.
Initializes a new instance of the class.
1.0.5000.0
2.0.0.0
Property
System.String
To be added.
To be added.
Gets or sets the control's initial text.
1.0.5000.0
2.0.0.0
Property
System.String
To be added.
The default value for this property is null, indicating that the control is not derived from an existing control class. To derive from an existing control class, store the system class name in this property. For example, to derive from the standard control, set this property to "BUTTON".
Gets or sets the name of the Windows class to derive the control from.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added.
The property is ignored if the property is not null.
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.
The constants used to set the , , and properties are defined in the Winuser.h header file. This file is installed by the Platform SDK or Visual Studio.
Gets or sets a bitwise combination of class style values.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added.
The property supports extended appearance and initial state values to apply to the control.
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.
The constants used to set the , , and properties are defined in the Winuser.h header file. This file is installed by the Platform SDK or Visual Studio.
Gets or sets a bitwise combination of extended window style values.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added.
To be added.
Gets or sets the initial height of the control.
1.0.5000.0
2.0.0.0
Property
System.Object
To be added.
If you are creating a multiple document interface (MDI) client window, the property must reference a CLIENTCREATESTRUCT structure.
For more information about creating control parameters, see the CreateWindow and CreateWindowEx functions and the CLIENTCREATESTRUCT structure documentation in the Windows Platform SDK reference located in the MSDN Library.
Gets or sets additional parameter information needed to create the control.
1.0.5000.0
2.0.0.0
Property
System.IntPtr
To be added.
To be added.
Gets or sets the control's parent.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added.
The property controls the appearance of the control and its initial state.
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.
The constants used to set the , , and properties are defined in the Winuser.h header file. This file is installed by the Platform SDK or Visual Studio.
Gets or sets a bitwise combination of window style values.
1.0.5000.0
2.0.0.0
Method
System.String
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added.
To be added.
Gets or sets the initial width of the control.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added.
To be added.
Gets or sets the initial left position of the control.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added.
To be added.
Gets or sets the top position of the initial location of the control.
1.0.5000.0
2.0.0.0