Intersoft ClientUI Documentation
Latency Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace > UXTreeViewItem Class : Latency Property






Gets or sets a value that determine the latency before the item collection is re-adjusted when an item is inserted, moved or removed.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Overrides Property Latency As Double
Visual Basic (Usage)Copy Code
Dim instance As UXTreeViewItem
Dim value As Double
 
instance.Latency = value
 
value = instance.Latency
C# 
[CategoryAttribute("Common Properties")]
public override double Latency {get; set;}
Delphi 
public read-write property Latency: Double; override; 
JScript 
CategoryAttribute("Common Properties")
public override function get,set Latency : double
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property double get_Latency() override;
public: __property void set_Latency( 
   double value
) override;
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property double Latency {
   double get() override;
   void set (    double value) override;
}

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.