Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Enumerates the Gui Element Types that can be constructed from Data.

Namespace: Visual3D.UI
Assembly: 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

MemberValueDescription
None0
GuiLayer1
FrameWindow2
Button3
SingleButton4
RadioButton5
Text6
CheckBox7
ProgressBar8
Slider9
Scrollbar10
ThumbControl11
TitleBar12
Window13
SubGui14
Image15
CustomElement16
EditBox17
ComboBox18
ComboDropList19
ListBox20
MiniHorizontalScrollBar21
MiniVerticalScrollBar22
MiniMap23
UserPicture24
InteractiveBox25

See Also