Intersoft ClientUI Documentation
AutoUpdate Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXClock Class : AutoUpdate Property






Gets or sets a value that determines whether the control should update the value to actual time.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property AutoUpdate As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXClock
Dim value As Boolean
 
instance.AutoUpdate = value
 
value = instance.AutoUpdate
C# 
[CategoryAttribute("Common Properties")]
public bool AutoUpdate {get; set;}
Delphi 
public read-write property AutoUpdate: Boolean; 
JScript 
CategoryAttribute("Common Properties")
public function get,set AutoUpdate : boolean
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property bool get_AutoUpdate();
public: __property void set_AutoUpdate( 
   bool value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property bool AutoUpdate {
   bool get();
   void set (    bool value);
}

Remarks

In UXClock, you can use AutoUpdate property to enable automatic update on UXClock value based on the current time. When this mode is enabled, UXClock will work like a general analog clock and the time will be automatically updated.

View Copy Code
<Intersoft:UXClock x:Name="uxClock1" AutoUpdate="True"/>
            

By default when auto update mode is enabled, UXClock will use the milisecond update to update its display. You can customize the ticking mode to Second using TickingMode property.

View Copy Code
<Intersoft:UXClock x:Name="uxClock1" AutoUpdate="True" TickingMode="Second"/>
            

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.