Intersoft ClientUI Documentation
AutoTooltipHorizontalDirection Property



Gets or sets the horizontal direction of auto tooltip pop up.
Syntax
<CategoryAttribute("Common Properties")>
Public Property AutoTooltipHorizontalDirection As PopupHorizontalDirection
Dim instance As UXSliderBarBase
Dim value As PopupHorizontalDirection
 
instance.AutoTooltipHorizontalDirection = value
 
value = instance.AutoTooltipHorizontalDirection
[CategoryAttribute("Common Properties")]
public PopupHorizontalDirection AutoTooltipHorizontalDirection {get; set;}
[CategoryAttribute("Common Properties")]
public:
property PopupHorizontalDirection AutoTooltipHorizontalDirection {
   PopupHorizontalDirection get();
   void set (    PopupHorizontalDirection value);
}
Remarks

When you moves UXThumb along the track, it is useful to have a tooltip that contains the value of the hovered position. To display the tooltip, you can set AutoTooltipVisibility property to True.

The following example shows how to enable auto tooltip in UXSliderBar.

View
Copy Code
<Intersoft:UXSliderBar TickPlacement="BottomRight" AutoTooltipVisibility="Visible" HandlesVisibility="Visible"/>
    

Besides that, you can also set the following properties in the tooltip.

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

UXSliderBarBase Class
UXSliderBarBase Members
UXSliderBar
UXRangeSliderBar

Send Feedback