| IMyTerminalControlOnOffSwitchOnText Property  | 
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
            The label for the "on" switch
            
 
Namespace: Sandbox.ModAPI.Interfaces.TerminalAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxMyStringId OnText { get; set; }Property OnText As MyStringId
	Get
	Set
property MyStringId OnText {
	MyStringId get ();
	void set (MyStringId value);
}abstract OnText : MyStringId with get, set
Property Value
Type: 
MyStringId
See Also