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

[To be supplied.]

[Visual Basic]
Property ActiveControl As Control
[C#]
Control ActiveControl {get; set;}
[C++]
Control* get_ActiveControl() = 0;void set_ActiveControl(Control*) = 0;
[JScript]
abstract function get ActiveControl() : Control;
public abstract function set ActiveControl(Control);

See Also

IContainerControl Interface | IContainerControl Members | System.WinForms Namespace