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

Extended window style bits. This must be a combination of WS_EX_XXX style flags.

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

See Also

CreateParams Class | CreateParams Members | System.WinForms Namespace