Wimark.Controls Class Library  

ToolTip.CanExtend Method

Checks whether the text and title properties should be provided to a target.

[Visual Basic]
Overridable Public Function CanExtend( _
   ByVal target As Object _
) As Boolean  Implements IExtenderProvider.CanExtend 
[C#]
public virtual bool CanExtend( 
   object target 
);
[C++]
public: virtual bool CanExtend( 
   Object* target 
);

Implements

IExtenderProvider.CanExtend

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ToolTip Class | ToolTip Members | Wimark.Controls Namespace