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.TerminalAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IMyTerminalControlTitleTooltip
Public Interface IMyTerminalControlTitleTooltip
public interface class IMyTerminalControlTitleTooltip
type IMyTerminalControlTitleTooltip = interface end
The IMyTerminalControlTitleTooltip type exposes the following members.
Properties
| Name | 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
|
TopSee Also