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

Brings this control to the front of the zorder.

[Visual Basic]
Public Sub BringToFront()
[C#]
public void BringToFront();
[C++]
public: void BringToFront();
[JScript]
public function BringToFront();

See Also

Control Class | Control Members | System.WinForms Namespace