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!

MultiplexPanel.CurrentControl

[To be supplied.]

[Visual Basic]
Public Property CurrentControl As Control
[C#]
public Control CurrentControl {get; set;}
[C++]
public: __property Control* get_CurrentControl();
public: __property void set_CurrentControl(Control*);
[JScript]
public function get CurrentControl() : Control;
public function set CurrentControl(Control);

See Also

MultiplexPanel Class | MultiplexPanel Members | System.WinForms Namespace