IExtenderProvider::CanExtend Method (Object^)
Specifies whether this object can provide its extender properties to the specified object.
Assembly: System (in System.dll)
Parameters
- extendee
-
Type:
System::Object^
The Object to receive the extender properties.
Return Value
Type: System::Booleantrue if this object can provide extender properties to the specified object; otherwise, false.
For more information on extender properties, see How to: Implement an Extender Provider.
The following code example demonstrates how to implement the CanExtend property. This example is part of a larger example discussed in How to: Implement a HelpLabel Extender Provider.
Available since 1.1