Click or drag to resize
IMyTerminalControlTitleTooltip Interface
v01.180.0 (Beta)

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

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.

Namespace: Sandbox.ModAPI.Interfaces.Terminal
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IMyTerminalControlTitleTooltip

The IMyTerminalControlTitleTooltip type exposes the following members.

Properties
  NameDescription
Public propertyTitle
Allows you to get or set the Label that appears on the control
Public propertyTooltip
Allows you to get or set the tooltip that appears when you hover over the control
Top
See Also