HelpProvider::CanExtend Method (Object^)

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool CanExtend(
	Object^ target
)

Parameters

target
Type: System::Object^

The object that the externder properties are provided to.

Return Value

Type: System::Boolean

true if this object can provide its extender properties; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: