XMLDA.NET Reference
isBranch Method
See Also  Send Feedback
xmldanet Namespace > ShowBrowseTreeList Class : isBranch Method

node
TreeViewItem object of the node.

Glossary Item Box

Checks if a node is a branch or an item.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ShowBrowseTreeList
Dim node As TreeViewItem
Dim value As Boolean
 
value = instance.isBranch(node)
C# 
public bool isBranch( 
   TreeViewItem node
)

Parameters

node
TreeViewItem object of the node.

Return Value

true if the node is a branch

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.