Back to Devexpress

RibbonForm.AllowFormSkin Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonform-bb7aab4c.md

latest1.4 KB
Original Source

RibbonForm.AllowFormSkin Property

Gets or sets whether the RibbonForm’s title bar and borders are painted using the current skin.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool AllowFormSkin { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property AllowFormSkin As Boolean

Property Value

TypeDescription
Boolean

The property always returns true.

|

Remarks

This property supports the control’s internal infrastructure and is not intended to be used directly from your code.

See Also

RibbonForm Class

RibbonForm Members

DevExpress.XtraBars.Ribbon Namespace