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

ApplicationMenu(IContainer) Constructor

Initializes a new instance of the ApplicationMenu class with the specified container.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public ApplicationMenu(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object which implements IContainer.

See Also