Assembly: Sandbox.Common.dll

public interface IMyTerminalControl

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

Properties

Member 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

Methods

Member 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

Inheritors: