Skip to content

ExEnums

Egbert Scherman edited this page Feb 13, 2023 · 5 revisions

All The Libraries Enums Are In Here.

Icons

An Invalid / Not Implemented Type Will Result In An Placeholder Icon.

  • None
  • Info
  • Notify
  • Question
  • Warning
  • Error
  • Critical

FileType

This Enum Is Used By Multiple Objects, But Not All Its Values Are Valid Of Every Object.

  • txt
  • dat
  • log

ButtonResult

None: Will Prevent The Prompt From Closing.

  • Node
  • Accept
  • Cancel
  • Retry

SelectionType

Used For Groupboxes To Determent The Selection Method. Will Be Replaysed By SelectionMode (Build-In)

  • One
  • Many

ImageAlignment

Used To Align The Image For The ImageButton Component. May Be Renamed For More Universal Uses.

  • Top
  • Bottom
  • Left
  • Right
  • Center
Clone this wiki locally