Back to Devexpress

BarManager.AllowLinkLighting Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-fbc9b8cd.md

latest2.0 KB
Original Source

BarManager.AllowLinkLighting Property

OBSOLETE

Use the BarManagerProperties.AllowLinkLighting property of a Bar and Docking Controllers to specify the setting.

Gets or sets a value that specifies whether images are highlighted when links are hot-tracked.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the BarManagerProperties.AllowLinkLighting property of a Bar and Docking Controllers to specify the setting.")]
public virtual bool AllowLinkLighting { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the BarManagerProperties.AllowLinkLighting property of a Bar and Docking Controllers to specify the setting.")>
Public Overridable Property AllowLinkLighting As Boolean

Property Value

TypeDescription
Boolean

true , if images are highlighted when links are hot-tracked; otherwise false.

|

Remarks

This property is obsolete. Use the BarManagerProperties.AllowLinkLighting property of a bar and dock controller to specify the setting.

See Also

AllowLinkLighting

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace