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!

Control.ControlCollection.GetChildIndex

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Function GetChildIndex(Control, Boolean) As Integer
[C#] public int GetChildIndex(Control, bool);
[C++] public: int GetChildIndex(Control*, bool);
[JScript] public function GetChildIndex(Control, Boolean) : int;

[To be supplied.]

[Visual Basic] Overloads Public Function GetChildIndex(Control) As Integer
[C#] public int GetChildIndex(Control);
[C++] public: int GetChildIndex(Control*);
[JScript] public function GetChildIndex(Control) : int;

See Also

Control.ControlCollection Class | Control.ControlCollection Members | System.WinForms Namespace