AddAt Method
Adds a ToolbarCheckButton to the ToolbarCheckButtonCollection at a specified index.
Syntax
Visual Basic Public Sub
AddAt(
ByVal index As int,
ByVal oNode As ToolbarCheckButton
)C# public void
AddAt(
int index,
ToolbarCheckButton oNode
);Managed C++ public: void
AddAt(
int index,
ToolbarCheckButton oNode
);JScript public function
AddAt(
index : int,
oNode : ToolbarCheckButton
);
Parameters
index Required. int. The index at which to add the ToolbarCheckButton. oNode Required. ToolbarCheckButton object to add to the collection.
Return Value
No return value.
Applies To
ToolbarCheckButtonCollection
See Also