Display as Icon

Indicates whether the widget displays an icon or the data itself.

"DisplayAsIcon=True | False"

Value

Description

True (default)

The data in the widget is represented as an icon (Default).

False

The data itself is displayed in the widget.

Usage

Dynamic?

Yes

Supported in Grid?

No

Dependencies:

None

Using in ProcScript

You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.

$fieldproperties(FLD) = "DisplayAsIcon=False"