Indicates whether the given label is valid for the given node.
True when the label doesn't exist yet.
Namespace: Censitif.Library.ControlAssembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax
Parameters
- label
- Type: System String
The node label.
- node
- Type: System.Windows.Forms TreeNode
The node.
Return Value
Type: BooleanA boolean indicating whether the given label is valid for the given node.
See Also