EasyUA Reference
isObjectNode Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > ShowBrowseTree Class : isObjectNode Method

node

Glossary Item Box

Get the NodeId of the UA node of the specified TreeView node.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ShowBrowseTree
Dim node As TreeNode
Dim value As Boolean
 
value = instance.isObjectNode(node)
C# 
public bool isObjectNode( 
   TreeNode node
)

Parameters

node

Return Value

true if the node is an ObjectNode

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.