Gets or sets a value indicating whether to enable close on outside click.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <CategoryAttribute("Configuration"), _ DefaultValueAttribute(True), _ BindableAttribute(True)> Public Property EnableCloseOnOutsideClick As Boolean |
| C# |
|---|
| [CategoryAttribute("Configuration")] [DefaultValueAttribute(True)] [BindableAttribute(True)] public bool EnableCloseOnOutsideClick { get; set; } |
| C++ |
|---|
| [CategoryAttribute(L"Configuration")] [DefaultValueAttribute(True)] [BindableAttribute(True)] public property bool EnableCloseOnOutsideClick sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** @attribute CategoryAttribute("Configuration") */ /** @attribute DefaultValueAttribute(True) */ /** @attribute BindableAttribute(True) */ /** property */ public bool get_EnableCloseOnOutsideClick(); /** property */ public void set_EnableCloseOnOutsideClick(bool value); |
| JScript |
|---|
| public function get EnableCloseOnOutsideClick() : bool public function set EnableCloseOnOutsideClick(value : bool); |
Property Value
if [enable close on outside click]; otherwise, .