Widget Properties

Properties Sheet View The outlooking, behavior, location and size of widgets are called properties. Properties can be set in property sheet in editing mode, and could also be changed in attached rules or scripts in Runtime. The value of the any property can be accessed with Property Macro via property_id.

In most cases, the property_id is following this convention corresponding to the property name:

  1. lower case of all characters
  2. replace space with underscore.

For Example: The property_id of "Foreground Color" is "foreground_color".

Properties Common to All Widgets

Few properties may be hidden for some particular widgets on purpose. Property id is shown in braces, which can be used to access the property in Rules or Scripts.