Back to Devexpress

RibbonForm.LookAndFeel Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonform-18f45418.md

latest2.3 KB
Original Source

RibbonForm.LookAndFeel Property

This property is not supported by this class.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public UserLookAndFeel LookAndFeel { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property LookAndFeel As UserLookAndFeel

Property Value

TypeDescription
UserLookAndFeel

A UserLookAndFeel object.

|

Remarks

The look and feel of the RibbonForm can be specified using a BarAndDockingController component (by default, it’s determined by the DefaultBarAndDockingController component). See Look and Feel for more information.

See Also

BarAndDockingController

DefaultBarAndDockingController

AllowFormGlass

EnableFormSkins()

EnableMdiFormSkins()

Look and Feel

RibbonForm Class

RibbonForm Members

DevExpress.XtraBars.Ribbon Namespace