←Select platform

EnableTimer Property

Summary

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

Syntax

C#
VB
C++
public bool EnableTimer { get; set; } 
  
Public Property EnableTimer As Boolean 
public: 
property bool EnableTimer { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Remarks

When the timer is enabled:

  • the boundary of any region is animated
  • the boundary of any floater is animated
Example

For an example, refer to FloaterImage.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly