ComponentOne TreeView for WinForms
SelectionMode Property

C1.Win.TreeView Namespace > C1TreeView Class : SelectionMode Property
Gets or sets a value indicating selection method of nodes in the tree view control.
Syntax
'Declaration
 
<C1CategoryAttribute("動作")>
<C1DescriptionAttribute("ツリービューコントロールのノードの選択方法を示す値を取得または設定します。")>
<DefaultValueAttribute()>
Public Property SelectionMode As C1TreeViewSelectionMode
[C1Category("動作")]
[C1Description("ツリービューコントロールのノードの選択方法を示す値を取得または設定します。")]
[DefaultValue()]
public C1TreeViewSelectionMode SelectionMode {get; set;}
See Also

Reference

C1TreeView Class
C1TreeView Members