Intersoft ClientUI Documentation
MouseEnterAction Property



Gets or sets the action at mouse enter.
Syntax
<CategoryAttribute("Behavior")>
Public Property MouseEnterAction As PopupAction
Dim instance As UXCallOut
Dim value As PopupAction
 
instance.MouseEnterAction = value
 
value = instance.MouseEnterAction
[CategoryAttribute("Behavior")]
public PopupAction MouseEnterAction {get; set;}
[CategoryAttribute("Behavior")]
public:
property PopupAction MouseEnterAction {
   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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXCallOut Class
UXCallOut Members
UXCallOut Class

Send Feedback