ComponentOne TreeView for WinForms
IsReadOnly Method

C1.Win.TreeView Namespace > C1TreeNode Class : IsReadOnly Method
Gets a value indicating whether the contents of the node cell can be changed.
Syntax
'Declaration
 
Public Function IsReadOnly( _
   ByVal columnIndex As Integer _
) As Boolean
public bool IsReadOnly( 
   int columnIndex
)

Parameters

columnIndex
See Also

Reference

C1TreeNode Class
C1TreeNode Members