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