LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

EnableTimer Property






Gets or sets a value indicating whether to enable the timer used when animating regions and floaters.
Syntax
public bool EnableTimer {get; set;}
'Declaration
 
Public Property EnableTimer As Boolean
'Usage
 
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.EnableTimer = value
 
value = instance.EnableTimer
public bool EnableTimer {get; set;}
 get_EnableTimer();
set_EnableTimer(value);
public:
property bool EnableTimer {
   bool get();
   void set (    bool value);
}

Property Value

true timer is enabled; otherwise, false. Default value is false.
Remarks
When the timer is enabled:
Example
For an example, refer to FloaterImage.
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

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.