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






Gets or sets the action at mouse leave.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
Public Property MouseLeaveAction As PopupAction
Visual Basic (Usage)Copy Code
Dim instance As UXCallOut
Dim value As PopupAction
 
instance.MouseLeaveAction = value
 
value = instance.MouseLeaveAction
C# 
[CategoryAttribute("Behavior")]
public PopupAction MouseLeaveAction {get; set;}
Delphi 
public read-write property MouseLeaveAction: PopupAction; 
JScript 
CategoryAttribute("Behavior")
public function get,set MouseLeaveAction : PopupAction
Managed Extensions for C++ 
[CategoryAttribute("Behavior")]
public: __property PopupAction get_MouseLeaveAction();
public: __property void set_MouseLeaveAction( 
   PopupAction value
);
C++/CLI 
[CategoryAttribute("Behavior")]
public:
property PopupAction MouseLeaveAction {
   PopupAction get();
   void set (    PopupAction value);
}

Remarks

You can control when the callout should be displayed or collapsed based on mouse interaction, which is listed below.

By default, the MouseEnterAction property is set to ShowPopup, while the other properties are set to None. This setting shows the UXCallOut when your mouse cursor is over the element.

The following list describes the some configurations used in common UI scenarios:

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.