 |
MainWindowConfiguration Enumeration |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the possible main window configuration which may be defined interactively.
Namespace:
WeroSoft.Triton.Desktop.Configuration
Assembly:
WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.23.1.1 (3.23.0205.1)
Syntaxpublic enum MainWindowConfiguration
Members
| Member name | Value | Description |
---|
| MenuToolbar | 0 |
The main windows shows the classic menu and the tool bar.
|
| MenuOnly | 1 |
The main windows shows the classic menu only.
|
| ToolbarOnlySmall | 2 |
The main windows shows the classic tool bar only using small icons.
|
| ToolbarOnlyMid | 3 |
The main windows shows the classic tool bar only using large icons.
|
| ToolbarOnlyLarge | 4 |
The main windows shows the classic tool bar only using large icons.
|
| Ribbon | 5 |
The main windows shows the ribbon.
|
See Also