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






Gets or sets the horizontal direction of auto tooltip pop up.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property AutoTooltipHorizontalDirection As PopupHorizontalDirection
Visual Basic (Usage)Copy Code
Dim instance As UXSliderBarBase
Dim value As PopupHorizontalDirection
 
instance.AutoTooltipHorizontalDirection = value
 
value = instance.AutoTooltipHorizontalDirection
C# 
[CategoryAttribute("Common Properties")]
public PopupHorizontalDirection AutoTooltipHorizontalDirection {get; set;}
Delphi 
public read-write property AutoTooltipHorizontalDirection: PopupHorizontalDirection; 
JScript 
CategoryAttribute("Common Properties")
public function get,set AutoTooltipHorizontalDirection : PopupHorizontalDirection
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property PopupHorizontalDirection get_AutoTooltipHorizontalDirection();
public: __property void set_AutoTooltipHorizontalDirection( 
   PopupHorizontalDirection value
);
C++/CLI 
[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.

  • AutoTooltipPosition

    Gets or sets the placement of the tooltip when it is displayed.

  • AutoTooltipFormat

    Gets or sets the format string applied to the content of the tooltip.

    You can apply the standard numeric format string to the content of the tooltip. For more information on standard numeric format string, see Standards Numeric Format Strings.

  • AutoTooltipHorizontalDirection 

    Gets or set the horizontal direction of the tooltip popup.

  • AutoTooltipVerticalDirection

    Gets or set the vertical direction of the tooltip popup.

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.