'宣言 Public Property WindowState As System.Windows.Forms.FormWindowState
'使用法 Dim instance As ImageOptionsForm Dim value As System.Windows.Forms.FormWindowState instance.WindowState = value value = instance.WindowState
public System.Windows.Forms.FormWindowState WindowState {get; set;}