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

ScrollBarBase.SupportAnnotations Property

Returns whether this scroll bar can display Scrollbar Annotations.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public virtual bool SupportAnnotations { get; }

Property Value

Type Description
Boolean

true, if this scroll bar can display annotations; otherwise, false.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also