Video Edit Gold SDK ActiveX Control ReferenceMethods GetTransitionCount VideoEdit Gold ActiveX Control GetTransitionCount Get the number of count of Transition available. Public Function GetTransitionCount() as Integer No Parameter Return ValueReturn the the number of count of Transition available.Example Visual Basic SyntaxiCount = VideoEdit1.GetTransitionCountList2.ClearFor i = 0 To iCount - 1 List2.AddItem VideoEdit1.GetTransitionName(i)Next