'Declaration
<SRCategoryAttribute("CatAppearance")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <SRDescriptionAttribute("ButtonFlatStyleDescr")> Public Property FlatStyle As System.Windows.Forms.FlatStyle
'Usage
Dim instance As NViewMessageControl Dim value As System.Windows.Forms.FlatStyle instance.FlatStyle = value value = instance.FlatStyle
[SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [SRDescription("ButtonFlatStyleDescr")] public System.Windows.Forms.FlatStyle FlatStyle {get; set;}