Space Engineers
Properties | List of all members
Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlTitleTooltip Interface Reference

This is a base interface for other interfaces. Almost all controls implement this, and allows you to set the label (Title) of the control and also the tooltip that appears when hovering over the control. More...

Inheritance diagram for Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlTitleTooltip:
Sandbox.Game.Gui.MyTerminalControlListbox< TBlock > Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlButton Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlCheckbox Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlColor Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlCombobox Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlListbox Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlOnOffSwitch Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlSlider Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlTextbox

Properties

MyStringId Title [get, set]
 Allows you to get or set the Label that appears on the control More...
 
MyStringId Tooltip [get, set]
 Allows you to get or set the tooltip that appears when you hover over the control More...
 

Detailed Description

This is a base interface for other interfaces. Almost all controls implement this, and allows you to set the label (Title) of the control and also the tooltip that appears when hovering over the control.

Definition at line 9 of file IMyTerminalControlTitleTool.cs.

Property Documentation

MyStringId Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlTitleTooltip.Title
getset

Allows you to get or set the Label that appears on the control

Definition at line 14 of file IMyTerminalControlTitleTool.cs.

MyStringId Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlTitleTooltip.Tooltip
getset

Allows you to get or set the tooltip that appears when you hover over the control

Definition at line 18 of file IMyTerminalControlTitleTool.cs.


The documentation for this interface was generated from the following file: