ToolTip.CanExtend(Object) Method

Definition

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

public:
 virtual bool CanExtend(System::Object ^ target);
public bool CanExtend (object target);
abstract member CanExtend : obj -> bool
override this.CanExtend : obj -> bool
Public Function CanExtend (target As Object) As Boolean

Parameters

target
Object

The target object to add an extender property to.

Returns

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

Implements

Remarks

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.

Applies to

See also