Intersoft ClientUI Documentation
EnableHighlightAnimation Property
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > ImageLoader Class : EnableHighlightAnimation Property






Gets or set a value that determines whether progress highlight animation is enabled.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Progress Bar")>
Public Property EnableHighlightAnimation As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ImageLoader
Dim value As Boolean
 
instance.EnableHighlightAnimation = value
 
value = instance.EnableHighlightAnimation
C# 
[CategoryAttribute("Progress Bar")]
public bool EnableHighlightAnimation {get; set;}
Delphi 
public read-write property EnableHighlightAnimation: Boolean; 
JScript 
CategoryAttribute("Progress Bar")
public function get,set EnableHighlightAnimation : boolean
Managed Extensions for C++ 
[CategoryAttribute("Progress Bar")]
public: __property bool get_EnableHighlightAnimation();
public: __property void set_EnableHighlightAnimation( 
   bool value
);
C++/CLI 
[CategoryAttribute("Progress Bar")]
public:
property bool EnableHighlightAnimation {
   bool get();
   void set (    bool 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.