'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/Sets a value indicating whether the NTab can respond to user interaction.")> Public Property Enabled As System.Boolean
'Usage
Dim instance As NTab Dim value As System.Boolean instance.Enabled = value value = instance.Enabled
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/Sets a value indicating whether the NTab can respond to user interaction.")] public System.bool Enabled {get; set;}