System.Windows.Forms.ToolTip.CanExtend Method

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

Syntax

public bool CanExtend (object target)

Parameters

target
The target object to add an extender property to.

Returns

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

Remarks

The ToolTip.CanExtend(object) method is the only member of the System.ComponentModel.IExtenderProvider interface. This method returns true if the target parameter is of type System.Windows.Forms.Control.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0