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






    WindowState Property
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <SRDescriptionAttribute("FormWindowStateDescr")>
    Public Property WindowState As System.Windows.Forms.FormWindowState
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.FormWindowState
     
    instance.WindowState = value
     
    value = instance.WindowState
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also