Version

GetTooltipSize Method

Gets the size of the provided tooltip container.
Syntax
'Declaration
 
Public Function GetTooltipSize( _
   ByVal container As Object, _
   ByVal obj As Object, _
   ByVal context As DataContext _
) As Size
public Size GetTooltipSize( 
   object container,
   object obj,
   DataContext context
)

Parameters

container
The tooltip container to get the size for.
obj
The ui element for the provided container.
context
The context for the provided tooltip.

Return Value

The size of the provided tooltip.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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