'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the calculator will show a display.")> Public Property ShowDisplay As System.Boolean
'Usage
Dim instance As NCalculator Dim value As System.Boolean instance.ShowDisplay = value value = instance.ShowDisplay
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the calculator will show a display.")] public System.bool ShowDisplay {get; set;}