VideoEdit Gold ActiveX Control

Transitions.FindTransitionName Method

Description

Search the Transitions Collection for a index and return the transition name.

 

Syntax

Transitions.FindTransitionName index

 

Data Type

    Integer

 

Return Value

If the index of  Transition object is equal to the given index, the FindTransitionName method return name of the Transition  in the Collection. If the index is not found, the FindTransitionName method return empty string.
 

Example

[Visual Basic Syntax] (This example find the five index of Transition)
strTranName= VideoEdit1.Transitions.FindTransitionName(5)