ToolTip::CanExtend Method (Object^)

 

Returns true if the ToolTip can offer an extender property to the specified target component.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool CanExtend(
	Object^ target
) sealed

Parameters

target
Type: System::Object^

The target object to add an extender property to.

Return Value

Type: System::Boolean

true if the ToolTip class can offer one or more extender properties; otherwise, false.

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
Return to top
Show: