Movie Maker Timeline Control

GetTextTrackIndex Method

Description

Get the track index of text track.

Syntax

Public Function GetTextTrackIndex (
 ) As Integer

 

No Parameter

Return Value

Return the track index of effect track

Example

Visual Basic Syntax
iCurrentClipIndex= TimelineControl1.AddTextClip2(TimelineControl1.GetTextTrackIndex(),"This is my text", 0, 30, hFnt, 10, 20, 255,0,0)