Intersoft ClientUI Documentation
GetElement Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindow Class : GetElement Method






partName
The name of which element to be retrieved.
Gets the element of the specified part name.

Syntax

Visual Basic (Declaration) 
Public Function GetElement( _
   ByVal partName As String _
) As DependencyObject
Visual Basic (Usage)Copy Code
Dim instance As UXWindow
Dim partName As String
Dim value As DependencyObject
 
value = instance.GetElement(partName)
C# 
public DependencyObject GetElement( 
   string partName
)
Delphi 
public function GetElement( 
    partName: String
): DependencyObject; 
JScript 
public function GetElement( 
   partName : String
) : DependencyObject;
Managed Extensions for C++ 
public: DependencyObject* GetElement( 
   string* partName
) 
C++/CLI 
public:
DependencyObject^ GetElement( 
   String^ partName
) 

Parameters

partName
The name of which element to be retrieved.

Return Value

Returns a DependencyObject.

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.