Position Property
Description
Gets or sets the position of the track marker in the timeline.
Property type
Read-write property
Syntax (Visual Basic)
Public Property Position() As Integer
Return Type
Integer — the position of the track marker in the timeline.
Remarks
The position of the track marker is the location of the track marker along the timeline.
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
Grid Control ActiveX Control v24.0
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.