Click or drag to resize
IMyTerminalControlListboxListContent Property

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

This is triggered when you need to populate the list with list items. The first list is the items in the list box, and the second list is the selected items in the list.

Namespace: Sandbox.ModAPI.Interfaces.Terminal
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
Action<IMyTerminalBlock, List<MyTerminalControlListBoxItem>, List<MyTerminalControlListBoxItem>> ListContent { set; }

Property Value

Type: ActionIMyTerminalBlock, ListMyTerminalControlListBoxItem, ListMyTerminalControlListBoxItem

[Missing <value> documentation for "P:Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlListbox.ListContent"]

See Also