Intersoft ClientUI Documentation
FindElementByID Method (FixedPage)



Id of element to search for.
The page that contains the element searched.
Find an element with the specified id.
Syntax
Public Function FindElementByID( _
   ByVal elementID As String, _
   ByRef rootFixedPage As FixedPage _
) As UIElement
Dim instance As FixedPage
Dim elementID As String
Dim rootFixedPage As FixedPage
Dim value As UIElement
 
value = instance.FindElementByID(elementID, rootFixedPage)
public UIElement FindElementByID( 
   string elementID,
   out FixedPage rootFixedPage
)
public:
UIElement^ FindElementByID( 
   String^ elementID,
   [Out] FixedPage^ rootFixedPage
) 

Parameters

elementID
Id of element to search for.
rootFixedPage
The page that contains the element searched.
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

Reference

FixedPage Class
FixedPage Members

Send Feedback