Indicates whether the given label is valid for the given node.
Namespace: Censitif.Library.ControlAssembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
public abstract bool IsValidLabel(
string label,
TreeNode node
)
public abstract bool IsValidLabel(
string label,
TreeNode node
)
Public MustOverride Function IsValidLabel (
label As String,
node As TreeNode
) As Boolean
Public MustOverride Function IsValidLabel (
label As String,
node As TreeNode
) As Boolean
public:
virtual bool IsValidLabel(
String^ label,
TreeNode^ node
) abstract
public:
virtual bool IsValidLabel(
String^ label,
TreeNode^ node
) abstract
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.