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

BarAndDockingControllerLookAndFeel(Object, UserLookAndFeel) Constructor

Initializes a new instance of the BarAndDockingControllerLookAndFeel class with the specified settings.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public BarAndDockingControllerLookAndFeel(
    object ownerControl,
    UserLookAndFeel parentLookAndFeel
)

Parameters

Name Type Description
ownerControl Object

An Object that owns this BarAndDockingControllerLookAndFeel.

parentLookAndFeel UserLookAndFeel

A UserLookAndFeel object associated with this BarAndDockingControllerLookAndFeel.

See Also