Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
EnableTimer Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : EnableTimer Property



Gets or sets a value indicating whether to enable the timer used when animating regions and floaters.

Syntax

Visual Basic (Declaration) 
Public Property EnableTimer As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.EnableTimer = value
 
value = instance.EnableTimer
C# 
public bool EnableTimer {get; set;}
C++/CLI 
public:
property bool EnableTimer {
   bool get();
   void set (bool value);
}

Return Value

true timer is enabled; otherwise, false. Default value is false.

Example

For an example, refer to RasterImageViewer.FloaterImage.

Remarks

When the timer is enabled:
  • the boundary of any region is animated
  • the boundary of any floater is animated

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also