 | userInterfaceType Enumeration |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines the type of User Interface platform
Namespace:
imbACE.Core.enums.platform
Assembly:
imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
Members|
| Member name | Value | Description |
|---|
| unknown | 0 |
The unknown: not specified
|
| terminal | 1 |
The terminal: command-prompt kind of interface
|
| textBlocksTUI | 2 |
The text blocks TUI: ACE Text User Interface called TextBlocks
|
| xamlTUI | 3 |
The xaml tui: Text User Interface based on open source project: CommandConsole
|
| selfServedWebUI | 4 |
The application it self is a local web server that renders UI trough HTML and Web Browser
|
| externalWebUI | 5 |
Web UI based on external web server
|
| xamlGUI | 6 |
XAML based GUI
|
See Also