Intersoft ClientUI Documentation
AutoTooltipFormat Property



Gets or sets the format string applied to the value of slider bar in the tooltip.
Syntax
<CategoryAttribute("Common Properties")>
Public Property AutoTooltipFormat As String
Dim instance As UXSliderBarBase
Dim value As String
 
instance.AutoTooltipFormat = value
 
value = instance.AutoTooltipFormat
[CategoryAttribute("Common Properties")]
public string AutoTooltipFormat {get; set;}
[CategoryAttribute("Common Properties")]
public:
property String^ AutoTooltipFormat {
   String^ get();
   void set (    String^ 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