Gets or sets a value indicating whether the astreeview should manage the javascript error cause by onXXX script properties.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <DefaultValueAttribute(False), _ BrowsableAttribute(True), _ CategoryAttribute("Configuration")> Public Property EnableManageJSError As Boolean |
| C# |
|---|
| [DefaultValueAttribute(False)] [BrowsableAttribute(True)] [CategoryAttribute("Configuration")] public bool EnableManageJSError { get; set; } |
| C++ |
|---|
| [DefaultValueAttribute(False)] [BrowsableAttribute(True)] [CategoryAttribute(L"Configuration")] public property bool EnableManageJSError sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** @attribute DefaultValueAttribute(False) */ /** @attribute BrowsableAttribute(True) */ /** @attribute CategoryAttribute("Configuration") */ /** property */ public bool get_EnableManageJSError(); /** property */ public void set_EnableManageJSError(bool value); |
| JScript |
|---|
| public function get EnableManageJSError() : bool public function set EnableManageJSError(value : bool); |
Property Value
if [enable manage JS error]; otherwise, .