PropertyTab::CanExtend Method (Object^)

 

Gets a value indicating whether this PropertyTab can display properties for the specified component.

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

public:
virtual bool CanExtend(
	Object^ extendee
)

Parameters

extendee
Type: System::Object^

The object to test.

Return Value

Type: System::Boolean

true if the object can be extended; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: