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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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.