ToolTip::CanExtend Method (Object^)
.NET Framework (current version)
Returns true if the ToolTip can offer an extender property to the specified target component.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- target
-
Type:
System::Object^
The target object to add an extender property to.
Return Value
Type: System::Booleantrue if the ToolTip class can offer one or more extender properties; otherwise, false.
Implements
IExtenderProvider::CanExtend(Object^)The CanExtend method is the only member of the System.ComponentModel::IExtenderProvider interface. This method returns true if the target parameter is of type Control.
.NET Framework
Available since 1.1
Available since 1.1
Show: