| IMyTerminalControlLabel Interface | 
[This is preliminary documentation and is subject to change.]
Namespace: Sandbox.ModAPI.Interfaces.Terminal
 Syntax
SyntaxThe IMyTerminalControlLabel type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | RedrawControl | 
            Recreates the control GUI.  This allows you to update the Title of some controls.
            (Inherited from IMyTerminalControl.) | 
|  | UpdateVisual | 
            This updates a control that is currently displayed, allowing you to refresh it's state
            (Inherited from IMyTerminalControl.) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Enabled | 
            Allows you to set if the control is enabled
            (Inherited from IMyTerminalControl.) | 
|  | Id | 
            Identifier of control
            (Inherited from IMyTerminalControl.) | 
|  | Label | 
            The text on the label
             | 
|  | SupportsMultipleBlocks | 
            Allows you to set if the control is visible when the block is selected as a group
            (Inherited from IMyTerminalControl.) | 
|  | Visible | 
            Allows you to set if the control is visible
            (Inherited from IMyTerminalControl.) | 
 See Also
See Also