Intersoft ClientUI Documentation
FindPanel Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Utility Class : FindPanel Method






obj
A dependency object.
Find the Panel instance of the specified dependency object.

Syntax

Visual Basic (Declaration) 
Public Shared Function FindPanel( _
   ByVal obj As DependencyObject _
) As Panel
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As Panel
 
value = Utility.FindPanel(obj)
C# 
public static Panel FindPanel( 
   DependencyObject obj
)
Delphi 
public function FindPanel( 
    obj: DependencyObject
): Panel; static; 
JScript 
public static function FindPanel( 
   obj : DependencyObject
) : Panel;
Managed Extensions for C++ 
public: static Panel* FindPanel( 
   DependencyObject* obj
) 
C++/CLI 
public:
static Panel^ FindPanel( 
   DependencyObject^ obj
) 

Parameters

obj
A dependency object.

Return Value

Returns Panel 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.