TdxCustomScrollbarAnnotations.Add Method
Creates a new custom scrollbar annotation.
Declaration
function Add: TdxCustomScrollbarAnnotation;
Returns
| Type |
|---|
| TdxCustomScrollbarAnnotation |
Remarks
Call this function to append a new custom scrollbar annotation to the collection. The newly created annotation uses the visual style accessible via the dxCustomScrollbarAnnotationStyle global variable.
See Also