Skybound VisualTips

IVisualTipExtender.GetParent Method 

Returns the parent control of the specified component.

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

Parameters

component
The child component whose parent is returned.

Return Value

An Object which represents the parent of component.

See Also

IVisualTipExtender Interface | Skybound.VisualTips Namespace