Show / Hide Table of Contents

Interface IMyTerminalControlLabel

This is a simple label control.

Inherited Members
IMyTerminalControl.RedrawControl()
IMyTerminalControl.UpdateVisual()
IMyTerminalControl.Id
IMyTerminalControl.Enabled
IMyTerminalControl.Visible
IMyTerminalControl.SupportsMultipleBlocks
Namespace: Sandbox.ModAPI.Interfaces.Terminal
Assembly: Sandbox.Common.dll
Syntax
public interface IMyTerminalControlLabel : IMyTerminalControl

Properties

Label

The text on the label

Declaration
MyStringId Label { get; set; }
Property Value
Type Description
MyStringId
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾