LocalizationExtenderProvider::CanExtend Method (Object^)

 

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

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

public:
virtual bool CanExtend(
	Object^ o
) sealed

Parameters

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

.NET Framework
Available since 1.1
Return to top
Show: