Skybound VisualTips

VisualTipProvider.CanExtend Method 

Returns a value that indicates whether the specified object can be extended by this component.

[Visual Basic]
NotOverridable Public Function CanExtend( _
   ByVal extendee As Object _
) As Boolean _
    Implements IExtenderProvider.CanExtend
[C#]
public bool CanExtend(
   object extendee
);

Parameters

extendee
The object to check.

Return Value

True if the object can be extended by this component; otherwise, false.

Implements

IExtenderProvider.CanExtend

Remarks

The following objects can be extended by a VisualTipProvider: objects which derrive from Control; ToolBarButton and StatusBarPanel objects; or any object with both MouseEnter and MouseLeave events.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace