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!

Control.UpdateStyles

Forces styles to be reapplied to the handle. This function will call CreateParams to get the styles to apply.

[Visual Basic]
Protected Sub UpdateStyles()
[C#]
protected void UpdateStyles();
[C++]
protected: void UpdateStyles();
[JScript]
protected function UpdateStyles();

See Also

Control Class | Control Members | System.WinForms Namespace | CreateParams