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






element
Target element.
value
Mouse leave action.
Sets the mouse leave action.

Syntax

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

Parameters

element
Target element.
value
Mouse leave action.

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.