Intersoft ClientUI Documentation
AnimatePointerWhenTargetElementChanged Property



Gets or sets the value that determines whether pointer movement should be animated when target element is changed.
Syntax
<CategoryAttribute("Common Properties")>
Public Property AnimatePointerWhenTargetElementChanged As Boolean
Dim instance As CallOut
Dim value As Boolean
 
instance.AnimatePointerWhenTargetElementChanged = value
 
value = instance.AnimatePointerWhenTargetElementChanged
[CategoryAttribute("Common Properties")]
public bool AnimatePointerWhenTargetElementChanged {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool AnimatePointerWhenTargetElementChanged {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CallOut Class
CallOut Members

Send Feedback