Intersoft.Client.UI.Aqua Namespace > UXCallOut Class : MouseClickAction Property |
<CategoryAttribute("Behavior")> Public Property MouseClickAction As PopupAction
Dim instance As UXCallOut Dim value As PopupAction instance.MouseClickAction = value value = instance.MouseClickAction
[CategoryAttribute("Behavior")] public PopupAction MouseClickAction {get; set;}
[CategoryAttribute("Behavior")] public: property PopupAction MouseClickAction { PopupAction get(); void set ( PopupAction value); }
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:
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