ComponentOne Themes for WinForms
IsTreeEmpty(String) Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1Theme Class > IsTreeEmpty Method : IsTreeEmpty(String) Method
The target path.
Recursively checks whether the specified path including all its children contain neither values nor references.
Syntax
'Declaration
 
Public Overloads Function IsTreeEmpty( _
   ByVal path As System.String _
) As System.Boolean
public System.bool IsTreeEmpty( 
   System.string path
)

Parameters

path
The target path.

Return Value

True if neither the path, nor any of its children contain values or references, false otherwise.
See Also

Reference

C1Theme Class
C1Theme Members
Overload List