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