Enum WindowState
State of the RoboDK window
Namespace:RoboDk.API.Model
Assembly: RoboDkApi.dll
Syntax
public enum WindowState
Fields
| Name | 描述 |
|---|---|
| Cinema | Show maximized window without the toolbar and without the menu |
| Fullscreen | 显示fulscreen窗口 |
| FullScreenCinema | 显示fulscreen窗口without the toolbar and without the menu |
| Hidden | Hidden |
| 马克西mized | Show maximized window |
| Minimized | Minimize Window |
| Normal | Show normal window (last known state) |
| Show | Visible |