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






Gets the auto refresh time out.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AutoRefresh As DispatcherTimer
Visual Basic (Usage)Copy Code
Dim instance As UXPopup
Dim value As DispatcherTimer
 
value = instance.AutoRefresh
C# 
public DispatcherTimer AutoRefresh {get;}
Delphi 
public read-only property AutoRefresh: DispatcherTimer; 
JScript 
public function get AutoRefresh : DispatcherTimer
Managed Extensions for C++ 
public: __property DispatcherTimer* get_AutoRefresh();
C++/CLI 
public:
property DispatcherTimer^ AutoRefresh {
   DispatcherTimer^ get();
}

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.