Intersoft ClientUI Documentation
AutoTooltipVisibility Property



Gets or sets the visibility of the tooltip that contains the current value of the slider bar when the UXThumb is pressed.
Syntax
<CategoryAttribute("Common Properties")>
Public Property AutoTooltipVisibility As Visibility
Dim instance As UXSliderBarBase
Dim value As Visibility
 
instance.AutoTooltipVisibility = value
 
value = instance.AutoTooltipVisibility
[CategoryAttribute("Common Properties")]
public Visibility AutoTooltipVisibility {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Visibility AutoTooltipVisibility {
   Visibility get();
   void set (    Visibility 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