RibbonMiniToolbarCollection.Remove(RibbonMiniToolbar) Method
Removes the specified element from the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public void Remove(
RibbonMiniToolbar miniToolbar
)
Public Sub Remove(
miniToolbar As RibbonMiniToolbar
)
Parameters
Name | Type | Description |
---|---|---|
miniToolbar | RibbonMiniToolbar | A RibbonMiniToolbar object to be removed from the collection. |
See Also
Feedback