BCGControlBar Library for .NET
SetStandardTooltip(Boolean) Method




Specifies if the ToolTip should be displayed in standard windows.
Gets or sets a value indicating whether the ToolTips  should use a standard window.
Syntax
'Declaration
 
Public Overloads Shared Sub SetStandardTooltip( _
   ByVal value As Boolean _
) 
'Usage
 
Dim value As Boolean
 
ToolTipEx.SetStandardTooltip(value)
public static void SetStandardTooltip( 
   bool value
)
public: static void SetStandardTooltip( 
   bool value
) 
public:
static void SetStandardTooltip( 
   bool value
) 

Parameters

value
Specifies if the ToolTip should be displayed in standard windows.
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

ToolTipEx Class
ToolTipEx Members
Overload List

Send Feedback