Intersoft ClientUI Documentation
AnimatePointerMode Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXCallOut Class : AnimatePointerMode Property






Gets or sets the value that determines the behavior of UXCallOut pointer animation when its repositioned.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
Public Property AnimatePointerMode As AnimatePointerMode
Visual Basic (Usage)Copy Code
Dim instance As UXCallOut
Dim value As AnimatePointerMode
 
instance.AnimatePointerMode = value
 
value = instance.AnimatePointerMode
C# 
[CategoryAttribute("Behavior")]
public AnimatePointerMode AnimatePointerMode {get; set;}
Delphi 
public read-write property AnimatePointerMode: AnimatePointerMode; 
JScript 
CategoryAttribute("Behavior")
public function get,set AnimatePointerMode : AnimatePointerMode
Managed Extensions for C++ 
[CategoryAttribute("Behavior")]
public: __property AnimatePointerMode get_AnimatePointerMode();
public: __property void set_AnimatePointerMode( 
   AnimatePointerMode value
);
C++/CLI 
[CategoryAttribute("Behavior")]
public:
property AnimatePointerMode AnimatePointerMode {
   AnimatePointerMode get();
   void set (    AnimatePointerMode value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.