 | ConfigurationManagerIsExpanded method |
Provides information for a node (nodePath) as to whether it is
is to be displayed folded or expanded.
Returns zero if either the node has no
NodeList or no local configuration has been loaded.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static bool? IsExpanded(
string nodePath
)
Public Shared Function IsExpanded (
nodePath As String
) As Boolean?
public:
static Nullable<bool> IsExpanded(
String^ nodePath
)
static member IsExpanded :
nodePath : string -> Nullable<bool>
Parameters
- nodePath String
- Path to the node in the tree.
Return value
NullableBooleanFalse if the node is to be displayed folded;
True if the node is not to be displayed folded;
Zero if the node is not a NodeList or no local configuration has been loaded.
See also