IMyTerminalControls Methods |
[This is preliminary documentation and is subject to change.]
The IMyTerminalControls type exposes the following members.
Name | Description | |
---|---|---|
AddActionTBlock |
This allows you to add an action to an assocated block
| |
AddControlTBlock |
Adds a terminal control to a block.
| |
CreateActionTBlock |
This allows you to create an action to associate with a block
| |
CreateControlTControl, TBlock |
This creates a control that can be added to a block.
| |
CreatePropertyTValue, 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.
| |
GetActionsTBlock |
This allows you to get all actions associated with this block.
| |
GetControlsTBlock |
Gets the controls associated with a block.
| |
RemoveActionTBlock |
This allows you to remove an action from a block
| |
RemoveControlTBlock |
Removes a terminal control from a block.
|