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!

Form.Activate

Activates the form and gives it focus.

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

Remarks

Activating a form will bring it to the front if this is the active application, or will flash the window caption if this is not the active application. The form must be visible for this method to have any effect.

See Also

Form Class | Form Members | System.WinForms Namespace