BCGControlBar Library for .NET
HideToolTip Field




Indicates a value whether a ToolTip should be hidden.

Syntax
'Declaration
 
Public HideToolTip As Boolean
'Usage
 
Dim instance As ToolTipData
Dim value As Boolean
 
value = instance.HideToolTip
 
instance.HideToolTip = value
public bool HideToolTip
public: bool HideToolTip
public:
bool HideToolTip
Remarks
If the value is true, the tooltip will not be displayed for control associated with current ToolTipData.
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

ToolTipData Class
ToolTipData Members

Send Feedback