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






element
TargetElement.
value
Mouse enter action.
Sets the mouse enter action.

Syntax

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

Parameters

element
TargetElement.
value
Mouse enter 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.