IMyTerminalControlComboboxComboBoxContent Property |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
This allows you to set the content of the combo box itself.
Namespace: Sandbox.ModAPI.Interfaces.TerminalAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Action<List<MyTerminalControlComboBoxItem>> ComboBoxContent { get; set; }
Property ComboBoxContent As Action(Of List(Of MyTerminalControlComboBoxItem))
Get
Set
property Action<List<MyTerminalControlComboBoxItem>^>^ ComboBoxContent {
Action<List<MyTerminalControlComboBoxItem>^>^ get ();
void set (Action<List<MyTerminalControlComboBoxItem>^>^ value);
}
abstract ComboBoxContent : Action<List<MyTerminalControlComboBoxItem>> with get, set
Property Value
Type:
ActionListMyTerminalControlComboBoxItemSee Also