Gets or sets a value indicating whether to enable three state checkbox. Please note that if EnableLeafOnlyCheckbox=true, then EnableThreeStateCheckbox will automatically be false;
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <BrowsableAttribute(True), _ DefaultValueAttribute(True), _ CategoryAttribute("Configuration")> Public Property EnableThreeStateCheckbox As Boolean |
| C# |
|---|
| [BrowsableAttribute(True)] [DefaultValueAttribute(True)] [CategoryAttribute("Configuration")] public bool EnableThreeStateCheckbox { get; set; } |
| C++ |
|---|
| [BrowsableAttribute(True)] [DefaultValueAttribute(True)] [CategoryAttribute(L"Configuration")] public property bool EnableThreeStateCheckbox sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** @attribute BrowsableAttribute(True) */ /** @attribute DefaultValueAttribute(True) */ /** @attribute CategoryAttribute("Configuration") */ /** property */ public bool get_EnableThreeStateCheckbox(); /** property */ public void set_EnableThreeStateCheckbox(bool value); |
| JScript |
|---|
| public function get EnableThreeStateCheckbox() : bool public function set EnableThreeStateCheckbox(value : bool); |
Property Value
if [enable three state checkbox]; otherwise, .