Click or drag to resize
MyTerminalControlListBoxItem Constructor

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

Constructor

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public MyTerminalControlListBoxItem(
	MyStringId text,
	MyStringId tooltip,
	Object userData
)

Parameters

text
Type: MyStringId

[Missing <param name="text"/> documentation for "M:VRage.ModAPI.MyTerminalControlListBoxItem.#ctor(VRage.Utils.MyStringId,VRage.Utils.MyStringId,System.Object)"]

tooltip
Type: MyStringId

[Missing <param name="tooltip"/> documentation for "M:VRage.ModAPI.MyTerminalControlListBoxItem.#ctor(VRage.Utils.MyStringId,VRage.Utils.MyStringId,System.Object)"]

userData
Type: SystemObject

[Missing <param name="userData"/> documentation for "M:VRage.ModAPI.MyTerminalControlListBoxItem.#ctor(VRage.Utils.MyStringId,VRage.Utils.MyStringId,System.Object)"]

See Also