Movie Maker Timeline Control
|
GetTrackCount Method
|
Description
Get the count of track.
Syntax
Public Function GetTrackCount() as integer
|
No Parameter
Return Value
return the total count of the track
Example
Visual Basic Syntax iTotalTrack = TimelineControl1.GetTrackCount()
|