Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Graphics.GUI.MyGuiControlCombobox.Item Class Reference
Inheritance diagram for Sandbox.Graphics.GUI.MyGuiControlCombobox.Item:

Public Member Functions

 Item (long key, StringBuilder value, int sortOrder, String toolTip=null)
 
 Item (long key, String value, int sortOrder, String toolTip=null)
 
int CompareTo (object compareToObject)
 

Public Attributes

readonly long Key
 
readonly int SortOrder
 
readonly StringBuilder Value
 
MyToolTips ToolTip
 

Detailed Description

Definition at line 120 of file MyGuiControlCombobox.cs.

Constructor & Destructor Documentation

Sandbox.Graphics.GUI.MyGuiControlCombobox.Item.Item ( long  key,
StringBuilder  value,
int  sortOrder,
String  toolTip = null 
)
inline

Definition at line 127 of file MyGuiControlCombobox.cs.

Sandbox.Graphics.GUI.MyGuiControlCombobox.Item.Item ( long  key,
String  value,
int  sortOrder,
String  toolTip = null 
)
inline

Definition at line 143 of file MyGuiControlCombobox.cs.

Member Function Documentation

int Sandbox.Graphics.GUI.MyGuiControlCombobox.Item.CompareTo ( object  compareToObject)
inline

Definition at line 160 of file MyGuiControlCombobox.cs.

Member Data Documentation

readonly long Sandbox.Graphics.GUI.MyGuiControlCombobox.Item.Key

Definition at line 122 of file MyGuiControlCombobox.cs.

readonly int Sandbox.Graphics.GUI.MyGuiControlCombobox.Item.SortOrder

Definition at line 123 of file MyGuiControlCombobox.cs.

MyToolTips Sandbox.Graphics.GUI.MyGuiControlCombobox.Item.ToolTip

Definition at line 125 of file MyGuiControlCombobox.cs.

readonly StringBuilder Sandbox.Graphics.GUI.MyGuiControlCombobox.Item.Value

Definition at line 124 of file MyGuiControlCombobox.cs.


The documentation for this class was generated from the following file: