Adds a control to the specified position.
Namespace:
C1.Web.iPhone.C1MultiViewAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public override void AddAt( int index, Control child ) |
Visual Basic |
---|
Public Overrides Sub AddAt ( _ index As Integer, _ child As Control _ ) |
Parameters
- index
- Type: System..::..Int32
The position to add.
- child
- Type: System.Web.UI..::..Control
The control to be added.