Intersoft ClientUI Documentation
AutoTooltipPosition Property



Gets or sets the placement of the tooltip when the tooltip is displayed.
Syntax
<CategoryAttribute("Common Properties")>
Public Property AutoTooltipPosition As PopupPosition
Dim instance As UXSliderBarBase
Dim value As PopupPosition
 
instance.AutoTooltipPosition = value
 
value = instance.AutoTooltipPosition
[CategoryAttribute("Common Properties")]
public PopupPosition AutoTooltipPosition {get; set;}
[CategoryAttribute("Common Properties")]
public:
property PopupPosition AutoTooltipPosition {
   PopupPosition get();
   void set (    PopupPosition 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