Remove Method
Removes a ToolbarCheckButton from the ToolbarCheckButtonCollection.
Syntax
Visual Basic Public Sub
Remove( ByVal oItem As ToolbarCheckButton )C# public void
Remove(ToolbarCheckButton oItem );Managed C++ public: void
Remove(ToolbarCheckButton oItem );JScript public function
Remove(oItem : ToolbarCheckButton );
Parameters
oItem Required. ToolbarCheckButton object to remove from the collection.
Return Value
No return value.
Applies To
ToolbarCheckButtonCollection
See Also