Skybound VisualTips

IVisualTipExtender.GetBounds Method 

Returns the bounds of the specified component, in client coordinates of its parent control.

[Visual Basic]
Function GetBounds( _
   ByVal component As Object _
) As Rectangle
[C#]
Rectangle GetBounds(
   object component
);

Parameters

component
The child component whose bounds are returned.

Return Value

A Rectangle representing the bounds of the child component.

See Also

IVisualTipExtender Interface | Skybound.VisualTips Namespace