Back to Devexpress

TdxCustomScrollbarAnnotations Class

vcl-dxscrollbarannotations-6c47a159.md

latest2.0 KB
Original Source

TdxCustomScrollbarAnnotations Class

A collection of custom scrollbar annotations.

Declaration

delphi
TdxCustomScrollbarAnnotations = class(
    TCollection
)

Remarks

This class has the following members that allow you to:

  • Add custom scrollbar annotations (Add).

  • Obtain the number of existing custom annotations and access any of them (Count and Items).

  • Copy annotations between collections (Assign).

  • Delete annotations (Delete and Clear).

The following API members reference a TdxCustomScrollbarAnnotations object:

Inheritance

TObject TPersistent TCollection TdxCustomScrollbarAnnotations

See Also

TdxCustomScrollbarAnnotations Members

dxScrollbarAnnotations Unit