UI.CreateContext

Creates a new UI context. A UI context must be created in order to create any frames.

Usage:

context = UI.CreateContext(name)
ParameterTypeDatatypeDescription
nameparameterstringA descriptive name for this element. Used for error reports and performance information. May be shown to end-users.
contextresultContextA new context. Contexts are guaranteed to have at least the capabilities of a Frame.