BuildMaster SDK Reference
Version:
Insert(int index, ISimpleControl item) Method
Inserts a control into the collection.
Syntax
public
virtual
void Insert(int index, ISimpleControl item)
Parameters
- index
- Type: int
The index.
- item
- Type: ISimpleControl
The control.