This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
CreateParams Members
Public:
Constructor
Methods
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) |
Gets the Type of the Object. |
ToString |
[To be supplied.] |
Fields
caption |
The initial caption your control will have. |
className |
Name of the window class to subclass. The default value for this field is null, indicating that the window is not a subclass of an existing window class. To subclass an existing window class, store the window class name in this field. For example, to subclass the standard edit control, set this field to "EDIT". |
classStyle |
Class style bits. This must be a combination of CS_XXX style flags. This field is ignored if the className field is not null. |
exStyle |
Extended window style bits. This must be a combination of WS_EX_XXX style flags. |
height |
The initially proposed height. |
param |
Any extra information that the underlying handle might want. |
parent |
The controls parent. |
style |
Window style bits. This must be a combination of WS_XXX style flags and other control-specific style flags. |
width |
The initially proposed width. |
x |
The left portion of the initial proposed location. |
y |
The top portion of the initial proposed location. |
Protected:
Methods
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
CreateParams Class | System.WinForms Namespace