Skip to main content

TdxCustomScrollbarAnnotations.Items Property

Provides indexed access to stored custom scrollbar annotations.

Declaration

property Items[Index: Integer]: TdxCustomScrollbarAnnotation read; write; default;

Property Value

Type
TdxCustomScrollbarAnnotation

Remarks

Pass an annotation’s index in the collection as the Index parameter to access the annotation. The specified index must be less than the Count property value.

See Also