Sandbox.ModAPI.Interfaces.Terminal
IMyTerminalControlTitleTooltip
Assembly: Sandbox.Common.dll
public interface IMyTerminalControlTitleTooltip
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.
Properties
| Member | Description |
|---|---|
| Title | Allows you to get or set the Label that appears on the control |
| Tooltip | Allows you to get or set the tooltip that appears when you hover over the control |
Inheritors: