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 (Control)

[To be supplied.]

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

Parameters

child
[To be supplied.]

See Also

Control.ControlCollection Class | Control.ControlCollection Members | System.WinForms Namespace | Control.ControlCollection.GetChildIndex Overload List