KaxTreeViewContextMenuCollectionInsert 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,
KaxTreeViewContextMenu target
)
Public Sub Insert (
index As Integer,
target As KaxTreeViewContextMenu
)
public:
void Insert(
int index,
KaxTreeViewContextMenu^ target
)
member Insert :
index : int *
target : KaxTreeViewContextMenu -> unit
Parameters
- index
- Type: SystemInt32
The location in the array at which to add the KaxTreeViewContextMenu instance. - target
- Type: Kettic.AspNet.ControlsKaxTreeViewContextMenu
The KaxTreeViewContextMenu to add to the collection
See Also