Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NGroupBox Class / FlatStyle Property


In This Topic
    FlatStyle Property (NGroupBox)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAppearance")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <SRDescriptionAttribute("ButtonFlatStyleDescr")>
    Public Property FlatStyle As System.Windows.Forms.FlatStyle
    'Usage
     
    
    Dim instance As NGroupBox
    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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also