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






element
UIElement.
Gets the show latency.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetTargetShowLatency( _
   ByVal element As UIElement _
) As Double
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim value As Double
 
value = UXPopup.GetTargetShowLatency(element)
C# 
public static double GetTargetShowLatency( 
   UIElement element
)
Delphi 
public function GetTargetShowLatency( 
    element: UIElement
): Double; static; 
JScript 
public static function GetTargetShowLatency( 
   element : UIElement
) : double;
Managed Extensions for C++ 
public: static double GetTargetShowLatency( 
   UIElement* element
) 
C++/CLI 
public:
static double GetTargetShowLatency( 
   UIElement^ element
) 

Parameters

element
UIElement.

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.