Spread Windows Forms 7.0 Product Documentation
FindByType Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > Elements Class : FindByType Method


t
Type of element
elementName
Name of element

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overridable Function FindByType( _
   ByVal t As Type, _
   ByVal elementName As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As Elements
Dim t As Type
Dim elementName As String
Dim value As Object
 
value = instance.FindByType(t, elementName)
C# 
public virtual object FindByType( 
   Type t,
   string elementName
)

Parameters

t
Type of element
elementName
Name of element

Return Value

Object that is found

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.