KaxToolBarItemCollectionInsert Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void Insert(
int index,
KaxToolBarItem item
)
Public Sub Insert (
index As Integer,
item As KaxToolBarItem
)
public:
void Insert(
int index,
KaxToolBarItem^ item
)
member Insert :
index : int *
item : KaxToolBarItem -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index location at which to insert the
KaxToolBarItem. - item
- Type: Kettic.AspNet.ControlsKaxToolBarItem
The KaxToolBarItem to insert.
See Also