Click or drag to resize
CoronaRuntimeEnvironmentCoronaControlAdapter Property
Gets the control that hosts the rendering surface and child controls created via Lua's native APIs.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public ICoronaControlAdapter CoronaControlAdapter { get; }

Property Value

Type: ICoronaControlAdapter

Gets a reference to the Corona control.

Set to null if the Corona runtime is not set up to render to a control.

See Also