Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NForm Class / FormBorderStyle Property


In This Topic
    FormBorderStyle Property (NForm)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Shadows Property FormBorderStyle As System.Windows.Forms.FormBorderStyle
    'Usage
     
    
    Dim instance As NForm
    Dim value As System.Windows.Forms.FormBorderStyle
     
    instance.FormBorderStyle = value
     
    value = instance.FormBorderStyle
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public new System.Windows.Forms.FormBorderStyle FormBorderStyle {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