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
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.FormBorderStyle
     
    instance.FormBorderStyle = value
     
    value = instance.FormBorderStyle
    [SRCategory("CatAppearance")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Runtime.InteropServices.DispId(-504)]
    [SRDescription("FormBorderStyleDescr")]
    public System.Windows.Forms.FormBorderStyle FormBorderStyle {get; set;}
    public read-write property FormBorderStyle: System.Windows.Forms.FormBorderStyle; 
    SRCategoryAttribute("CatAppearance")
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    System.Runtime.InteropServices.DispIdAttribute(-504)
    SRDescriptionAttribute("FormBorderStyleDescr")
    public function get,set FormBorderStyle : System.Windows.Forms.FormBorderStyle
    [SRCategory("CatAppearance")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Runtime.InteropServices.DispId(-504)]
    [SRDescription("FormBorderStyleDescr")]
    public: __property System.Windows.Forms.FormBorderStyle get_FormBorderStyle();
    public: __property void set_FormBorderStyle( 
       System.Windows.Forms.FormBorderStyle value
    );
    [SRCategory("CatAppearance")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Runtime.InteropServices.DispId(-504)]
    [SRDescription("FormBorderStyleDescr")]
    public:
    property System.Windows.Forms.FormBorderStyle FormBorderStyle {
       System.Windows.Forms.FormBorderStyle get();
       void set (    System.Windows.Forms.FormBorderStyle value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also