'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether to display the caption text.")> Public Property ShowCaptionText As System.Boolean
'Usage
Dim instance As NForm Dim value As System.Boolean instance.ShowCaptionText = value value = instance.ShowCaptionText
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether to display the caption text.")] public System.bool ShowCaptionText {get; set;}