Intersoft ClientUI Documentation
IsInLiveTree Method



The source element to query.
Determines whether the specified element is in live tree.
Syntax
Public Shared Function IsInLiveTree( _
   ByVal source As DependencyObject _
) As Boolean
Dim source As DependencyObject
Dim value As Boolean
 
value = Utility.IsInLiveTree(source)
public static bool IsInLiveTree( 
   DependencyObject source
)
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utility Class
Utility Members

Send Feedback