Intersoft ClientUI Documentation
GetAssociatedObject Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISBehavior<T> Class : GetAssociatedObject Method






Gets the associated object.

Syntax

Visual Basic (Declaration) 
Public Function GetAssociatedObject() As UIElement
Visual Basic (Usage)Copy Code
Dim instance As ISBehavior(Of T)
Dim value As UIElement
 
value = instance.GetAssociatedObject()
C# 
public UIElement GetAssociatedObject()
Delphi 
public function GetAssociatedObject(): UIElement; 
JScript 
public function GetAssociatedObject() : UIElement;
Managed Extensions for C++ 
public: UIElement* GetAssociatedObject(); 
C++/CLI 
public:
UIElement^ GetAssociatedObject(); 

Return Value

Associated object.

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.