Click or drag to resize
IMyTerminalControlPropertyTValue Properties
v01.180.0 (Beta)

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

The IMyTerminalControlPropertyTValue generic type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Allows you to set if the control is enabled
(Inherited from IMyTerminalControl.)
Public propertyGetter
This is triggered when the value of the control is required.
(Inherited from IMyTerminalValueControlTValue.)
Public propertyId
Identifier of control
(Inherited from IMyTerminalControl.)
Public propertySetter
This is triggered when the value of the control is set by the user. Depending on the control, this may be called a lot.
(Inherited from IMyTerminalValueControlTValue.)
Public propertySupportsMultipleBlocks
Allows you to set if the control is visible when the block is selected as a group
(Inherited from IMyTerminalControl.)
Public propertyTypeName
Property type (bool - Boolean, float - Single, color - Color)
(Inherited from ITerminalProperty.)
Public propertyVisible
Allows you to set if the control is visible
(Inherited from IMyTerminalControl.)
Top
See Also