Intersoft ClientUI Documentation
TooltipPosition Property (UXDock)



Gets or sets the tooltip position.
Syntax
<CategoryAttribute("Tooltip")>
Public Property TooltipPosition As Double
Dim instance As UXDock
Dim value As Double
 
instance.TooltipPosition = value
 
value = instance.TooltipPosition
[CategoryAttribute("Tooltip")]
public double TooltipPosition {get; set;}
[CategoryAttribute("Tooltip")]
public:
property double TooltipPosition {
   double get();
   void set (    double 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" TooltipPosition="24">           
</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