Click or drag to resize
MyTerminalControlListBoxItem Class

[This is preliminary documentation and is subject to change.]

This is a listbox item in a list box terminal control
Inheritance Hierarchy
SystemObject
  VRage.ModAPIMyTerminalControlListBoxItem

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public class MyTerminalControlListBoxItem

The MyTerminalControlListBoxItem type exposes the following members.

Constructors
  NameDescription
Public methodMyTerminalControlListBoxItem
Constructor
Top
Properties
  NameDescription
Public propertyText
The text that appears for the item
Public propertyTooltip
The tooltip that is displayed when the item is hovered over
Public propertyUserData
User supplied data for the item
Top
See Also