Intersoft ClientUI Documentation
FindElementByID Method
See Also  Send Feedback
Intersoft.Client.Documents Namespace > FixedDocument Class : FindElementByID Method






elementID
Id of element to search for.
rootFixedPage
The page that contains the element searched.
Find an element with the specified id.

Syntax

Visual Basic (Declaration) 
Public Function FindElementByID( _
   ByVal elementID As String, _
   ByRef rootFixedPage As FixedPage _
) As UIElement
Visual Basic (Usage)Copy Code
Dim instance As FixedDocument
Dim elementID As String
Dim rootFixedPage As FixedPage
Dim value As UIElement
 
value = instance.FindElementByID(elementID, rootFixedPage)
C# 
public UIElement FindElementByID( 
   string elementID,
   out FixedPage rootFixedPage
)
Delphi 
public function FindElementByID( 
    elementID: String;
   Out  rootFixedPage: FixedPage
): UIElement; 
JScript 
public function FindElementByID( 
   elementID : String,
   rootFixedPage : FixedPage
) : UIElement;
Managed Extensions for C++ 
public: UIElement* FindElementByID( 
   string* elementID,
   [PARAMFLAG::Out] FixedPage* rootFixedPage
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.