PropertyTab.CanExtend(Object) Method

Definition

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

public:
 virtual bool CanExtend(System::Object ^ extendee);
public virtual bool CanExtend (object extendee);
public virtual bool CanExtend (object? extendee);
abstract member CanExtend : obj -> bool
override this.CanExtend : obj -> bool
Public Overridable Function CanExtend (extendee As Object) As Boolean

Parameters

extendee
Object

The object to test.

Returns

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

Implements

Applies to