[]
        
(Showing Draft Content)

FarPoint.Win.Elements.FindByType

FindByType Method

FindByType(Type, string)

Finds an element in the collection that matches the specified type and name.

Declaration
public virtual object FindByType(Type t, string elementName)
Public Overridable Function FindByType(t As Type, elementName As String) As Object
Parameters
Type Name Description
Type t

Type of element

string elementName

Name of element

Returns
Type Description
object

Element object