Click or drag to resize
IMyTerminalControls Methods
v01.180.0 (Beta)

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

The IMyTerminalControls type exposes the following members.

Methods
  NameDescription
Public methodAddActionTBlock
This allows you to add an action to an assocated block
Public methodAddControlTBlock
Adds a terminal control to a block.
Public methodCreateActionTBlock
This allows you to create an action to associate with a block
Public methodCreateControlTControl, TBlock
This creates a control that can be added to a block.
Public methodCreatePropertyTValue, TBlock
This creates a property that can be added to a block. A property is not visible on the terminal screen but can hold a value that can be used in programmable blocks.
Public methodGetActionsTBlock
This allows you to get all actions associated with this block.
Public methodGetControlsTBlock
Gets the controls associated with a block.
Public methodRemoveActionTBlock
This allows you to remove an action from a block
Public methodRemoveControlTBlock
Removes a terminal control from a block.
Top
See Also