Skip to main content
A newer version of this page is available. .

RibbonMiniToolbarCollection.Add(RibbonMiniToolbar) Method

Adds a new Ribbon mini toolbar to the current collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public int Add(
    RibbonMiniToolbar miniToolbar
)

Parameters

Name Type Description
miniToolbar RibbonMiniToolbar

A RibbonMiniToolbar object that is a Ribbon mini toolbar to be added to the collection.

Returns

Type Description
Int32

An integer value that is a new mini toolbar’s index in the collection.

See Also