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, Boolean)

[To be supplied.]

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

Parameters

child
[To be supplied.]
throwException
[To be supplied.]

See Also

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