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!

ControlCollection.GetControl

[To be supplied.]

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

Parameters

index
[To be supplied.]

See Also

ControlCollection Class | ControlCollection Members | System.Web.UI Namespace