Space Engineers
Public Member Functions | Properties | List of all members
VRage.ModAPI.MyTerminalControlListBoxItem Class Reference

This is a listbox item in a list box terminal control More...

Public Member Functions

 MyTerminalControlListBoxItem (MyStringId text, MyStringId tooltip, object userData)
 Constructor More...
 

Properties

MyStringId Text [get, set]
 The text that appears for the item More...
 
MyStringId Tooltip [get, set]
 The tooltip that is displayed when the item is hovered over More...
 
object UserData [get, set]
 User supplied data for the item More...
 

Detailed Description

This is a listbox item in a list box terminal control

Definition at line 8 of file MyTerminalControlListBoxItem.cs.

Constructor & Destructor Documentation

VRage.ModAPI.MyTerminalControlListBoxItem.MyTerminalControlListBoxItem ( MyStringId  text,
MyStringId  tooltip,
object  userData 
)
inline

Constructor

Parameters
text
tooltip
userData

Definition at line 28 of file MyTerminalControlListBoxItem.cs.

Property Documentation

MyStringId VRage.ModAPI.MyTerminalControlListBoxItem.Text
getset

The text that appears for the item

Definition at line 13 of file MyTerminalControlListBoxItem.cs.

MyStringId VRage.ModAPI.MyTerminalControlListBoxItem.Tooltip
getset

The tooltip that is displayed when the item is hovered over

Definition at line 17 of file MyTerminalControlListBoxItem.cs.

object VRage.ModAPI.MyTerminalControlListBoxItem.UserData
getset

User supplied data for the item

Definition at line 21 of file MyTerminalControlListBoxItem.cs.


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