An improved (hopefully) version of the CometUI.
.NET Core port available here.
| Version Available | Control | Description | 
|---|---|---|
| 1.0.0 - Latest | Button | Performs an action when clicked. | 
| 1.0.0 - Latest | CheckBox | A toggleable control with text. | 
| 1.0.0 - Latest | FileInput | Used to select the full, valid path for files. | 
| 1.0.0 - Latest | FolderInput | Used to select the full, valid path for folders (or directories). | 
| 2.0.9 - Latest | GroupBox | Groups a bunch of controls into a named category of functionality. | 
| 1.0.0 - Latest | Input | Used to get text input from the user. | 
| 1.0.0 - Latest | Label | Displays text. | 
| 1.0.0 - Latest | LinkLabel | Displays text with an embedded hyper-link that is activated when clicked. | 
| 2.0.9 - Latest | Panel | Similar to the GroupBox, but without the title. | 
| 1.0.0 - Latest | PasswordInput | Used to mask user input, typically for passwords. | 
| 1.0.0 - Latest | PictureBox | Displays an image. | 
| 1.0.0 - Latest | ProgressBar | Displays progress status. | 
| 1.0.0 - Latest | RadioButton | A toggleable control with text but only one of many can be active at a time. | 
| 1.0.0 - Latest | RichInput | A multi-line text input. | 
| 1.0.0 - Latest | Slider | Allows for number selection using a knob on a track. | 
| 1.0.0 - 4.4.18 | TabControl | Groups different pages of interface elements together using tab buttons to change pages. | 
| 1.0.0 - Latest | Toggle | A toggleable control without text. | 
| 1.0.0 - Latest | VSlider | Allows for number selection using a knob on a vertical track. | 
| Version Available | Window Type | Description | 
|---|---|---|
| 1.0.0 - Latest | Window | A re-styled window with support for two custom caption buttons. | 
| 1.0.0 - Latest | ToolWindow | A re-styled window without a minimize or maximize button with support for two custom caption buttons. | 
| 3.0.11 - Latest | StrippedWindow | A re-styled window without a caption header, minimize button, maximize button, or close button. |