[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.C1Magnify.CanExtend

CanExtend Method

CanExtend(object)

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

Declaration
public bool CanExtend(object extendee)
Parameters
Type Name Description
object extendee

The object to receive the extender properties.

Returns
Type Description
bool

true if this object can provide extender properties to the specified object; otherwise, false.

Implements