Space Engineers
Public Member Functions | Public Attributes | Properties | Events | List of all members
Sandbox.Graphics.GUI.MyGuiControlListbox.Item Class Reference

Public Member Functions

 Item (StringBuilder text=null, String toolTip=null, string icon=null, object userData=null, string fontOverride=null)
 Do not construct directly. Use AddItem on listbox for that. More...
 
 Item (ref StringBuilder text, String toolTip=null, string icon=null, object userData=null, string fontOverride=null)
 

Public Attributes

readonly StringBuilder Text
 
readonly string Icon
 
readonly MyToolTips ToolTip
 
readonly object UserData
 
string FontOverride
 
Vector4 ColorMask = Vector4.One
 

Properties

bool Visible [get, set]
 

Events

Action OnVisibleChanged
 

Detailed Description

Definition at line 187 of file MyGuiControlListbox.cs.

Constructor & Destructor Documentation

Sandbox.Graphics.GUI.MyGuiControlListbox.Item.Item ( StringBuilder  text = null,
String  toolTip = null,
string  icon = null,
object  userData = null,
string  fontOverride = null 
)
inline

Do not construct directly. Use AddItem on listbox for that.

Definition at line 216 of file MyGuiControlListbox.cs.

Sandbox.Graphics.GUI.MyGuiControlListbox.Item.Item ( ref StringBuilder  text,
String  toolTip = null,
string  icon = null,
object  userData = null,
string  fontOverride = null 
)
inline

Definition at line 226 of file MyGuiControlListbox.cs.

Member Data Documentation

Vector4 Sandbox.Graphics.GUI.MyGuiControlListbox.Item.ColorMask = Vector4.One

Definition at line 195 of file MyGuiControlListbox.cs.

string Sandbox.Graphics.GUI.MyGuiControlListbox.Item.FontOverride

Definition at line 194 of file MyGuiControlListbox.cs.

readonly string Sandbox.Graphics.GUI.MyGuiControlListbox.Item.Icon

Definition at line 191 of file MyGuiControlListbox.cs.

readonly StringBuilder Sandbox.Graphics.GUI.MyGuiControlListbox.Item.Text

Definition at line 190 of file MyGuiControlListbox.cs.

readonly MyToolTips Sandbox.Graphics.GUI.MyGuiControlListbox.Item.ToolTip

Definition at line 192 of file MyGuiControlListbox.cs.

readonly object Sandbox.Graphics.GUI.MyGuiControlListbox.Item.UserData

Definition at line 193 of file MyGuiControlListbox.cs.

Property Documentation

bool Sandbox.Graphics.GUI.MyGuiControlListbox.Item.Visible
getset

Definition at line 196 of file MyGuiControlListbox.cs.

Event Documentation

Action Sandbox.Graphics.GUI.MyGuiControlListbox.Item.OnVisibleChanged

Definition at line 189 of file MyGuiControlListbox.cs.


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