Intersoft ClientUI Documentation
ShowTooltip(Boolean) Method



Perform fade in animation.
Show tooltip
Syntax
Public Overloads Sub ShowTooltip( _
   ByVal fadeIn As Boolean _
) 
Dim instance As UXDockButton
Dim fadeIn As Boolean
 
instance.ShowTooltip(fadeIn)
public void ShowTooltip( 
   bool fadeIn
)
public:
void ShowTooltip( 
   bool fadeIn
) 

Parameters

fadeIn
Perform fade in animation.
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

UXDockButton Class
UXDockButton Members
Overload List

Send Feedback