BCGControlBar Library for .NET
GetDescriptionSize Method




Syntax
'Declaration
 
Protected Function GetDescriptionSize( _
   ByVal params As ToolTipParams, _
   ByVal data As ToolTipData _
) As Size
'Usage
 
Dim instance As ToolTipEx
Dim params As ToolTipParams
Dim data As ToolTipData
Dim value As Size
 
value = instance.GetDescriptionSize(params, data)
protected Size GetDescriptionSize( 
   ToolTipParams params,
   ToolTipData data
)
protected: Size GetDescriptionSize( 
   ToolTipParams* params,
   ToolTipData* data
) 
protected:
Size GetDescriptionSize( 
   ToolTipParams^ params,
   ToolTipData^ data
) 

Parameters

params
data
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