Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IExtenderProvider::CanExtend Method (Object^)

 

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

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

bool CanExtend(
	Object^ extendee
)

Parameters

extendee
Type: System::Object^

The Object to receive the extender properties.

Return Value

Type: System::Boolean

true 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft