Click or drag to resize

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
C#
public enum userInterfaceType
Request Example View Source
Members
  Member nameValueDescription
unknown0 The unknown: not specified
terminal1 The terminal: command-prompt kind of interface
textBlocksTUI2 The text blocks TUI: ACE Text User Interface called TextBlocks
xamlTUI3 The xaml tui: Text User Interface based on open source project: CommandConsole
selfServedWebUI4 The application it self is a local web server that renders UI trough HTML and Web Browser
externalWebUI5 Web UI based on external web server
xamlGUI6 XAML based GUI
See Also