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






source
The source element to query.
Determines whether the specified element is in live tree.

Syntax

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

Parameters

source
The source element to query.

Return Value

True indicates the element is in live tree.

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.