DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / FormBorderStyle Property

In This Topic
    FormBorderStyle Property
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAppearance")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.Runtime.InteropServices.DispIdAttribute(-504)>
    <SRDescriptionAttribute("FormBorderStyleDescr")>
    Public Property FormBorderStyle As System.Windows.Forms.FormBorderStyle
    [SRCategory("CatAppearance")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Runtime.InteropServices.DispId(-504)]
    [SRDescription("FormBorderStyleDescr")]
    public System.Windows.Forms.FormBorderStyle FormBorderStyle {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also