NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CreateParams.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.

[Visual Basic]
Public classStyle As Integer
[C#]
public int classStyle;
[C++]
public: int classStyle;
[JScript]
public var classStyle : int;

See Also

CreateParams Class | CreateParams Members | System.WinForms Namespace