Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Enumerates the Gui Element Types that can be constructed from Data.
Namespace: Visual3D.UIAssembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic |
public enum GuiControlType
Public Enumeration GuiControlType
Members
| Member | Value | Description |
|---|---|---|
| None | 0 | |
| GuiLayer | 1 | |
| FrameWindow | 2 | |
| Button | 3 | |
| SingleButton | 4 | |
| RadioButton | 5 | |
| Text | 6 | |
| CheckBox | 7 | |
| ProgressBar | 8 | |
| Slider | 9 | |
| Scrollbar | 10 | |
| ThumbControl | 11 | |
| TitleBar | 12 | |
| Window | 13 | |
| SubGui | 14 | |
| Image | 15 | |
| CustomElement | 16 | |
| EditBox | 17 | |
| ComboBox | 18 | |
| ComboDropList | 19 | |
| ListBox | 20 | |
| MiniHorizontalScrollBar | 21 | |
| MiniVerticalScrollBar | 22 | |
| MiniMap | 23 | |
| UserPicture | 24 | |
| InteractiveBox | 25 |