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

[To be supplied.]

[Visual Basic]
Public Property CurrentControlIndex As Integer
[C#]
public int CurrentControlIndex {get; set;}
[C++]
public: __property int get_CurrentControlIndex();
public: __property void set_CurrentControlIndex(int);
[JScript]
public function get CurrentControlIndex() : int;
public function set CurrentControlIndex(int);

See Also

MultiplexPanel Class | MultiplexPanel Members | System.WinForms Namespace