Edit

Share via


PropertyTab.CanExtend(Object) Method

Definition

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

public virtual bool CanExtend(object extendee);
public virtual bool CanExtend(object? extendee);

Parameters

extendee
Object

The object to test.

Returns

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

Implements

Applies to