DbScriptsTreeView IsValidLabel Method A Sandcastle Documented Class Library
Indicates whether the given label is valid for the given node. True when the label doesn't exist yet.

Namespace: Censitif.Library.Control
Assembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax

public override bool IsValidLabel(
	string label,
	TreeNode node
)

Parameters

label
Type: System String
The node label.
node
Type: System.Windows.Forms TreeNode
The node.

Return Value

Type: Boolean
A boolean indicating whether the given label is valid for the given node.
See Also