Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NWinMainWindowStateWorkspaceItem Class / FormWindowState Property


In This Topic
    FormWindowState Property
    In This Topic
    The state of the Form
    Syntax
    'Declaration
     
    
    Public Property FormWindowState As System.Windows.Forms.FormWindowState
    'Usage
     
    
    Dim instance As NWinMainWindowStateWorkspaceItem
    Dim value As System.Windows.Forms.FormWindowState
     
    instance.FormWindowState = value
     
    value = instance.FormWindowState
    public System.Windows.Forms.FormWindowState FormWindowState {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also