Intersoft ClientUI Documentation
TooltipMode Property (UXDock)



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
<CategoryAttribute("Tooltip")>
Public Property TooltipMode As TooltipMode
Dim instance As UXDock
Dim value As TooltipMode
 
instance.TooltipMode = value
 
value = instance.TooltipMode
[CategoryAttribute("Tooltip")]
public TooltipMode TooltipMode {get; set;}
[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:

XAML
Copy Code
<Intersoft:UXDock TooltipMode="Auto">           
</Intersoft:UXDock>
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

UXDock Class
UXDock Members

Concepts

UXDock

Send Feedback