Interface IMyMultiTextPanelComponentOwner
Assembly: Sandbox.Game.dll
Syntax
public interface IMyMultiTextPanelComponentOwner : IMyTextPanelComponentOwner
Properties
MultiTextPanel
Declaration
MyMultiTextPanelComponent MultiTextPanel { get; }
Property Value
Methods
SelectPanel(List<MyGuiControlListbox.Item>)
Declaration
void SelectPanel(List<MyGuiControlListbox.Item> selectedItems)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<Sandbox.Graphics.GUI.MyGuiControlListbox.Item> |
selectedItems |
|