Control

<< Click to Display Table of Contents >>

Navigation:  IWML > Tags > Controls >

Control

Control is the base class for all visible elements in IWML. It provides common functionality to components like Link, Edit, Definition and others.

 

Every visual element inherits from Control and gains access to its core features, including:

 

State management — properties like Enabled and Visible

DOM access and layout behavior

Event handling — such as Clicked, TextChanged, and more

Hierarchical relationships — via Cell, Parent, and Page

 

You don’t use Control directly in IWML. Instead, all visual components are built on top of it and inherit its behavior automatically.