Spread Windows Forms 6.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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