'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the Calculator will show its Display child.")> Public Property ShowDisplay As System.Boolean
'Usage
Dim instance As NCalculatorElement Dim value As System.Boolean instance.ShowDisplay = value value = instance.ShowDisplay
[System.ComponentModel.Description("Gets/sets a value indicating whether the Calculator will show its Display child.")] public System.bool ShowDisplay {get; set;}