Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a ToolbarItem to the Add method.
Syntax
Visual Basic Public Sub
Add( ByVal oNode As ToolbarItem )C# public void
Add(ToolbarItem oNode );Managed C++ public: void
Add(ToolbarItem oNode );JScript public function
Add(oNode : ToolbarItem );
Parameters
oNode Required. ToolbarItem object to add to the collection.
Return Value
No return value.
Applies To
ToolbarItemCollection
See Also