ComponentOne TreeView for WinForms
AllowEditing Property

C1.Win.TreeView Namespace > C1TreeView Class : AllowEditing Property
Gets or sets whether the user is allowed to edit treeview contents.
Syntax
'Declaration
 
<C1DescriptionAttribute("ユーザーがツリービューのコンテンツを編集できるかどうかを取得または設定します。")>
<C1CategoryAttribute("動作")>
<DefaultValueAttribute()>
Public Property AllowEditing As Boolean
[C1Description("ユーザーがツリービューのコンテンツを編集できるかどうかを取得または設定します。")]
[C1Category("動作")]
[DefaultValue()]
public bool AllowEditing {get; set;}
See Also

Reference

C1TreeView Class
C1TreeView Members