TrackMarkers Collection
Description
Collection of Track Markers.
For a list of all members defined in this module, see TrackMarkers Members.
Object Model



Remarks
This is a collection of all the track markers in the track control. The TrackControl.Markers property uses this collection to add, delete, and access markers.
Markers are used for block alignment; blocks can be "snapped" to the left or right of these markers.
Example
Dim Marker As TrackMarker
Set Marker = TrackControl.Markers.Add(20, "0")
Marker.Caption = "Caption 1"
TrackControl.Markers.Add 70, "2"
TrackControl.Markers.Add 90, "3"
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.