Intersoft ClientUI Documentation
TooltipMode Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDock Namespace > UXDock Class : TooltipMode Property






Gets or sets a value indicating the behavior of the tooltip. Fix mode means that the tooltip will stay at the same position. Auto mode means that the tooltip will follow the button scale position.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Tooltip")>
Public Property TooltipMode As TooltipMode
Visual Basic (Usage)Copy Code
Dim instance As UXDock
Dim value As TooltipMode
 
instance.TooltipMode = value
 
value = instance.TooltipMode
C# 
[CategoryAttribute("Tooltip")]
public TooltipMode TooltipMode {get; set;}
Delphi 
public read-write property TooltipMode: TooltipMode; 
JScript 
CategoryAttribute("Tooltip")
public function get,set TooltipMode : TooltipMode
Managed Extensions for C++ 
[CategoryAttribute("Tooltip")]
public: __property TooltipMode get_TooltipMode();
public: __property void set_TooltipMode( 
   TooltipMode value
);
C++/CLI 
[CategoryAttribute("Tooltip")]
public:
property TooltipMode TooltipMode {
   TooltipMode get();
   void set (    TooltipMode value);
}

Remarks

The tooltip of a button will be shown when the button is focused. It will display the text specified in Text property of a button.

There are two modes how the tooltip can be displayed:

  • Auto
    The tooltip positioning will follow the current scale of the focused button.
  • Fix
    Tooltip positioning will follow the magnified size scale of the focused button. You can adjust the distance between the tooltip and button using TooltipPosition property.
XAML Copy Code
<Intersoft:UXDock TooltipMode="Auto">           
</Intersoft:UXDock>

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.