Creates a new UI context. A UI context must be created in order to create any frames.
context = UI.CreateContext(name) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
name | parameter | string | A descriptive name for this element. Used for error reports and performance information. May be shown to end-users. |
context | result | Context | A new context. Contexts are guaranteed to have at least the capabilities of a Frame. |