[]
        
(Showing Draft Content)

C1.Win.C1Command.C1NavBarButton.ButtonCollection.Insert

Insert Method

Insert(int, object)

Inserts an item to the IList at the specified position.

Declaration
public void Insert(int index, object value)
Parameters
Type Name Description
int index
object value
Implements