windowsforms-devexpress-dot-xtrabars-dot-barmanager-fbc9b8cd.md
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
[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; }
<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
| Type | Description |
|---|---|
| Boolean |
true , if images are highlighted when links are hot-tracked; otherwise false.
|
This property is obsolete. Use the BarManagerProperties.AllowLinkLighting property of a bar and dock controller to specify the setting.
See Also