Show / Hide Table of Contents

Interface IMyTerminalControlButton

This is a control button. When a button is clicked an action is performed.

Inherited Members
IMyTerminalControl.RedrawControl()
IMyTerminalControl.UpdateVisual()
IMyTerminalControl.Id
IMyTerminalControl.Enabled
IMyTerminalControl.Visible
IMyTerminalControl.SupportsMultipleBlocks
IMyTerminalControlTitleTooltip.Title
IMyTerminalControlTitleTooltip.Tooltip
Namespace: Sandbox.ModAPI.Interfaces.Terminal
Assembly: Sandbox.Common.dll
Syntax
public interface IMyTerminalControlButton : IMyTerminalControl, IMyTerminalControlTitleTooltip

Properties

Action

The action taken when a button is clicked

Declaration
Action<IMyTerminalBlock> Action { get; set; }
Property Value
Type Description
System.Action<IMyTerminalBlock>
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾