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!

IContainerControl.ActivateControl

[To be supplied.]

[Visual Basic]
Function ActivateControl( _
   ByVal active As Control _
) As Boolean
[C#]
bool ActivateControl(
   Control active
);
[C++]
bool ActivateControl(
   Control* active
) = 0;
[JScript]
function ActivateControl(
   active : Control
) : Boolean;

Parameters

active
[To be supplied.]

See Also

IContainerControl Interface | IContainerControl Members | System.WinForms Namespace