ExtendedTreeViewGetNodeChecked Method
Returns a value indicating whether the node with the specified name is checked
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool GetNodeChecked(
string name
)
Public Function GetNodeChecked (
name As String
) As Boolean
public:
bool GetNodeChecked(
String^ name
)
member GetNodeChecked :
name : string -> bool
- name String
- The node name to find in the tree view.
BooleanTrue if the named node is checked, false if it is not.