Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
| Class | Summary |
|---|---|
| Button | This class is used to create a UI button. |
| ColorSplitButton | This class is used to create UI color split button. |
| Container | This class is the base class for all container controls like toolbars. |
| Control | This class is the base class for all controls like buttons, toolbars, containers. |
| DropMenu | This class is used to create drop menus, a drop menu can be a context menu, or a menu for a list box or a menu bar. |
| KeyboardNavigation | This class provides basic keyboard navigation using the arrow keys to children of a component. |
| ListBox | This class is used to create list boxes/select list. |
| Menu | This class is base class for all menu types like DropMenus etc. |
| MenuButton | This class is used to create a UI button. |
| MenuItem | This class is base class for all menu item types like DropMenus items etc. |
| NativeListBox | This class is used to create list boxes/select list. |
| Separator | This class is used to create vertical separator between other controls. |
| SplitButton | This class is used to create a split button. |
| Toolbar | This class is used to create toolbars a toolbar is a container for other controls like buttons etc. |
| ToolbarGroup | This class is used to group a set of toolbars together and control the keyboard navigation and focus. |