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

In This Topic
    WindowState Property
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <SRDescriptionAttribute("FormWindowStateDescr")>
    Public Property WindowState As System.Windows.Forms.FormWindowState
    [SRCategory("CatLayout")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [SRDescription("FormWindowStateDescr")]
    public System.Windows.Forms.FormWindowState WindowState {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also