Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class / CanExtend Method
System.Object to receive the extender properties.


In This Topic
    CanExtend Method
    In This Topic
    Specifies whether this object can provide its extender properties to the specified object. Only support Windows.Forms.Control
    Syntax
    'Declaration
     
    
    Public Function CanExtend( _
       ByVal extendee As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As FormulaProvider
    Dim extendee As Object
    Dim value As Boolean
     
    value = instance.CanExtend(extendee)
    public bool CanExtend( 
       object extendee
    )

    Parameters

    extendee
    System.Object to receive the extender properties.

    Return Value

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