'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether the tool is enabled")> <System.ComponentModel.DefaultValueAttribute(False)> Public Overridable Property Enabled As System.Boolean
'Usage
Dim instance As NTool Dim value As System.Boolean instance.Enabled = value value = instance.Enabled
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether the tool is enabled")] [System.ComponentModel.DefaultValue(false)] public virtual System.bool Enabled {get; set;}