BCGControlBar Library for .NET
GetToolTipDescription Method




A Control to specify a description.
Returns the description for tooltip associated with the specified control.
Syntax
'Declaration
 
Public Function GetToolTipDescription( _
   ByVal value As Control _
) As String
'Usage
 
Dim instance As ToolTipEx
Dim value As Control
Dim value As String
 
value = instance.GetToolTipDescription(value)
public string GetToolTipDescription( 
   Control value
)
public: string* GetToolTipDescription( 
   Control* value
) 
public:
String^ GetToolTipDescription( 
   Control^ value
) 

Parameters

value
A Control to specify a description.
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

Send Feedback