System.ComponentModel.IExtenderProvider.CanExtend Method

Specifies whether this object can provide its extender properties to the specified object.

Syntax

public bool CanExtend (object extendee)

Parameters

extendee
The object to receive the extender properties.

Returns

true if this object can provide extender properties to the specified object; otherwise, false.

Remarks

For more information on extender properties, see How to: Implement an Extender Provider.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0