"popupButtonIcon"

Allows to define an icon that shall be displayed on the popup button, if the "scrollerType" is set to "Popup".

Synopsis

setValue( string shape, "popupButtonIcon", string iconFile);

shape.popupButtonIcon( string iconFile);

Parameter

Parameter Description
shape Name of the object
iconFile Path/Name of the icon that shall be displayed on the popup button.

Description

Allows to set a icon to the popup button. Can only be used if the "scrolllerType" is set to "Popup"

The maximum icon size depends on the style and the used font

Example

Following example uses the "icon.png" file as icon for the popup button.

main()
{
  TAB1.popupButtonIcon("icon.png");
}

Assignment

Tab