FindTransition
  | 
Transitions.FindTransition Method  | 
Description
Search the Transitions Collection for a given string. The string contains the name of a Transition.
Syntax
Transitions.FindTransition Name  | 
Data Type
    String
Return Value
If the property Name of a Transition object is equal to the given string, the FindTransition method return the index of the Transition  in the Collection. If the string is not found, the FindTransition method return -1.
 
Example
[Visual Basic Syntax] (This example find the transition)  |