| TabControlTabsControlCollectionAddAt Method |
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public virtual void AddAt(
int index,
Control child
)
Public Overridable Sub AddAt (
index As Integer,
child As Control
)
Parameters
- index
- Type: SystemInt32
- child
- Type: System.Web.UIControl
See Also