BCGControlBar Library for .NET
GetToolTipParams Method




A Control to specify a ToolTipParams.
Returns the image for ToolTipParams object associated with the specified control.
Syntax
'Declaration
 
Public Function GetToolTipParams( _
   ByVal value As Control _
) As ToolTipParams
'Usage
 
Dim instance As ToolTipEx
Dim value As Control
Dim value As ToolTipParams
 
value = instance.GetToolTipParams(value)
public ToolTipParams GetToolTipParams( 
   Control value
)
public: ToolTipParams* GetToolTipParams( 
   Control* value
) 
public:
ToolTipParams^ GetToolTipParams( 
   Control^ value
) 

Parameters

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