Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / Find Method / Find(Object) Method


In This Topic
    Find(Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function Find( _
       ByVal e As Object _
    ) As Object
    'Usage
     
    
    Dim instance As Elements
    Dim e As Object
    Dim value As Object
     
    value = instance.Find(e)
    protected virtual object Find( 
       object e
    )

    Parameters

    e
    See Also