This document is archived and information here might be outdated. Recommended version. |
Removes the item at the specified index from the ToolbarControl.
[Visual Basic .NET]
Public Sub Remove ( _
ByVal index As Integer _
)
[C#]
public void Remove (
int index
);
[C++]
HRESULT Remove(
long index
);
[C++] Parameters index [in]
index is a parameter of type long
Removes the item at the specified index from the ToolBarControl. The item at the beginning of the collection to the left of the ToolBarControl has an index of 0.
1023 800A03FF: The specified index is out of range
The Remove method will automatically find the IToolbarItem::Command in the CommandPool and decrement the ICommandPool::UsageCount by 1. If the ICommandPool::UsageCount reaches 0 the command will be released from the CommandPool.