Interface for the settings used to define a control in the DOM.

Hierarchy

  • ControlContext

Properties

context: HTMLElement | Document

The context in which the control is located. This can be either the global Document object or a specific HTMLElement.

controlInfoGuid: string

The unique identifier (GUID) for the control.

targetWindow: Window

The window object where the control is located.