Gets or sets a value indicating whether [enable debug mode].
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <CategoryAttribute("Configuration"), _ DefaultValueAttribute(False), _ BrowsableAttribute(True)> Public Overridable Property EnableDebugMode As Boolean |
| C# |
|---|
| [CategoryAttribute("Configuration")] [DefaultValueAttribute(False)] [BrowsableAttribute(True)] public virtual bool EnableDebugMode { get; set; } |
| C++ |
|---|
| [CategoryAttribute(L"Configuration")] [DefaultValueAttribute(False)] [BrowsableAttribute(True)] public virtual property bool EnableDebugMode { bool get(); void set(bool value); } |
| J# |
|---|
| /** @attribute CategoryAttribute("Configuration") */ /** @attribute DefaultValueAttribute(False) */ /** @attribute BrowsableAttribute(True) */ /** property */ public bool get_EnableDebugMode(); /** property */ public void set_EnableDebugMode(bool value); |
| JScript |
|---|
| public function get EnableDebugMode() : bool public function set EnableDebugMode(value : bool); |
Property Value
if [enable debug mode]; otherwise, .