:: Documentation >> Reference >>

Active.System.Control

Generic user interface control class. Control is a screen element, which can have focus and responds to the keyboard or mouse commands.

Typical control has a set of built-in or external data models and may also contain additional presentation templates.

Constructor Syntax

var obj = new Active.System.Control;

Class Hierarchy

Parent Classes:
Active.System.Object
Derived Classes:
Active.Controls.Grid

Public Methods

defineModelCreates a new data model.
definePropertyCreates a new property for the built-in data model.
definePropertyArrayCreates a new property array for the built-in data model.