[]
Specifies how a form window is displayed in full screen mode.
public enum FullScreenMode
| Name | Description |
|---|---|
| FullScreen | Form is full screen and task bar is also invisible. |
| FullScreenWithTaskBar | Form is full screen and task bar is still visible. |
| None | Form is not full screen. |