Click or drag to resize
IMyTerminalControl Interface
v01.180.0 (Beta)

[This is preliminary documentation and is subject to change.]

This is the base terminal control interface. All controls implement this.

Namespace: Sandbox.ModAPI.Interfaces.Terminal
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IMyTerminalControl

The IMyTerminalControl type exposes the following members.

Methods
  NameDescription
Public methodRedrawControl
Recreates the control GUI. This allows you to update the Title of some controls.
Public methodUpdateVisual
This updates a control that is currently displayed, allowing you to refresh it's state
Top
Properties
  NameDescription
Public propertyEnabled
Allows you to set if the control is enabled
Public propertyId
Identifier of control
Public propertySupportsMultipleBlocks
Allows you to set if the control is visible when the block is selected as a group
Public propertyVisible
Allows you to set if the control is visible
Top
See Also