Intersoft ClientUI Documentation
AutoTooltipFormat Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXSliderBarBase Class : AutoTooltipFormat Property






Gets or sets the format string applied to the value of slider bar in the tooltip.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property AutoTooltipFormat As String
Visual Basic (Usage)Copy Code
Dim instance As UXSliderBarBase
Dim value As String
 
instance.AutoTooltipFormat = value
 
value = instance.AutoTooltipFormat
C# 
[CategoryAttribute("Common Properties")]
public string AutoTooltipFormat {get; set;}
Delphi 
public read-write property AutoTooltipFormat: String; 
JScript 
CategoryAttribute("Common Properties")
public function get,set AutoTooltipFormat : String
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property string* get_AutoTooltipFormat();
public: __property void set_AutoTooltipFormat( 
   string* value
);
C++/CLI 
[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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.