Sandbox.ModAPI.Interfaces.Terminal
IMyTerminalControlButton
Assembly: Sandbox.Common.dll
public interface IMyTerminalControlButton: IMyTerminalControl, IMyTerminalControlTitleTooltip
This is a control button. When a button is clicked an action is performed.
Properties
| Member | Description |
|---|---|
| Action | The action taken when a button is clicked |
| Enabled | Allows you to set if the control is enabled Inherited from IMyTerminalControl |
| Id | Identifier of control Inherited from IMyTerminalControl |
| SupportsMultipleBlocks | Allows you to set if the control is visible when the block is selected as a group Inherited from IMyTerminalControl |
| Title | Allows you to get or set the Label that appears on the control Inherited from IMyTerminalControlTitleTooltip |
| Tooltip | Allows you to get or set the tooltip that appears when you hover over the control Inherited from IMyTerminalControlTitleTooltip |
| Visible | Allows you to set if the control is visible Inherited from IMyTerminalControl |
Methods
| Member | 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 |
Implements: