BCGControlBar Library for .NET
CanExtend Method




The target object to add an extender property to.
Returns true if the ToolTip can offer an extender property to the specified target component.
Syntax
'Declaration
 
Public Overridable Shadows Function CanExtend( _
   ByVal extendee As Object _
) As Boolean
'Usage
 
Dim instance As ToolTipEx
Dim extendee As Object
Dim value As Boolean
 
value = instance.CanExtend(extendee)
public virtual new bool CanExtend( 
   object extendee
)
public: virtual new bool CanExtend( 
   Object* extendee
) 
public:
virtual new bool CanExtend( 
   Object^ extendee
) 

Parameters

extendee
The target object to add an extender property to.
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