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