DbScriptsTreeView IsEditable Method A Sandcastle Documented Class Library
Indicates whether a given node label can be edited. Always true.

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

public override bool IsEditable(
	TreeNode node
)

Parameters

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

Return Value

Type: Boolean
A boolean indicating whether a given node label can be edited.
See Also