Encapsulates the information needed when creating a control.
| C# | Visual Basic |
public class CreateParams
Public Class CreateParams
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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) | (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()()()() | (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.
|
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.
| Object | |
| CreateParams | |