Intersoft ClientUI Documentation
SetTargetShowLatency Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXCallOut Class : SetTargetShowLatency Method






element
TargetElement.
value
Show latency.
Sets the show latency.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetTargetShowLatency( _
   ByVal element As UIElement, _
   ByVal value As Double _
) 
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim value As Double
 
UXCallOut.SetTargetShowLatency(element, value)
C# 
public static void SetTargetShowLatency( 
   UIElement element,
   double value
)
Delphi 
public procedure SetTargetShowLatency( 
    element: UIElement;
    value: Double
); static; 
JScript 
public static function SetTargetShowLatency( 
   element : UIElement,
   value : double
);
Managed Extensions for C++ 
public: static void SetTargetShowLatency( 
   UIElement* element,
   double value
) 
C++/CLI 
public:
static void SetTargetShowLatency( 
   UIElement^ element,
   double value
) 

Parameters

element
TargetElement.
value
Show latency.

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.