Intersoft.Client.UI.Aqua.UXDock Namespace > UXDock Class : TooltipMode Property |
<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); }
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> |
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