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