Widget Type

This property specifies a user-defined logical widget that can be used to style the area frame.

Technical Name:

WTY

Expected Value:

String of up to 32 characters. Supports Unicode.

Default Value:

None

Description

An area frame widget is a logical widget defined in the application initialization file. Widget properties enable you to uniquely style different widgets. For more information, see Area Frames and Lines.

Setting in Initialization File

You can define and style area frame widgets in the [areaframes] section of the usys.ini file using the following syntax:

;usys.ini
[areaframes]
WidgetType=uframe(StyleProperty=Value)

For example:

[areaframes]
FRAME=uframe(bordertype=flat) ; default when no widget type is specified
AFRAME_PLAIN=uframe(bordertype=flat;BorderRadius=20)
AFRAME_FANCY=uframe(bordertype=flat;BorderRadius=20;backcolor=slategray1)

Applies To

Related Topics