Gets or sets a value indicating whether parent node is selectable.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <BrowsableAttribute(True), _ CategoryAttribute("Configuration"), _ DefaultValueAttribute(True)> Public Property EnableParentNodeSelection As Boolean |
| C# |
|---|
| [BrowsableAttribute(True)] [CategoryAttribute("Configuration")] [DefaultValueAttribute(True)] public bool EnableParentNodeSelection { get; set; } |
| C++ |
|---|
| [BrowsableAttribute(True)] [CategoryAttribute(L"Configuration")] [DefaultValueAttribute(True)] public property bool EnableParentNodeSelection sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** @attribute BrowsableAttribute(True) */ /** @attribute CategoryAttribute("Configuration") */ /** @attribute DefaultValueAttribute(True) */ /** property */ public bool get_EnableParentNodeSelection(); /** property */ public void set_EnableParentNodeSelection(bool value); |
| JScript |
|---|
| public function get EnableParentNodeSelection() : bool public function set EnableParentNodeSelection(value : bool); |
Property Value
if [enable parent node selection]; otherwise, .