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

Window style bits. This must be a combination of WS_XXX style flags and other control-specific style flags.

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

See Also

CreateParams Class | CreateParams Members | System.WinForms Namespace