Enum AnimationPlayer.KnownHandler
Enumerates known AnimationPlayer drivers.
public enum AnimationPlayer.KnownHandler
Fields
Generic = 1
Generic control is used inside the AnimationPlayer.
Native = 0
Native control is used inside the AnimationPlayer.
WebBrowser = 2
WebBrowser control is used inside the AnimationPlayer. Currently is not implemented.