'Declaration
Public Shadows Property WindowState As System.Windows.Forms.FormWindowState
'Usage
Dim instance As NForm Dim value As System.Windows.Forms.FormWindowState instance.WindowState = value value = instance.WindowState
public new System.Windows.Forms.FormWindowState WindowState {get; set;}