TimeLineLabel Event
Description
Occurs when a time line label needs to be drawn.
Syntax
Public Event TimeLineLabel( _
ByVal [Position](#) As Integer, _
ByRef [Label](#) As String, _
ByRef [TickColor](#) As ULong, _
ByRef [TickLength](#) As Integer _
)
Parameters
- Position: Current position in the time line.
- Label: Label that will get displayed.
- TickColor: Color of the tick mark.
- TickLength: Tick mark length.
Remarks
When the CustomTimeLineLabel Property is True, the TimeLineLabel Event will be called for each label where you can specify the text for the label and the tick mark line length.
The TimeLineStep Property will specify the time increments the track control will use when the TimeLineStepAuto Property is False. If TimeLineStepAuto is True, then the track control will auto increment the time.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.