For the complete documentation index, see llms.txt. This page is also available as Markdown.

Icon button

Category: Control

Version: 1.0

Last Updated: May 27, 2026

Author: Any2Info


Description

The IconButton control is a simple control that allows Click events to be registered. What differentiates it from the regular Button control is that the IconButton has an Icon central in its theming and usage.


General Properties

The IconButton control inherits general Control Properties such as ‘Font size’, ‘Font color’ and ‘Icon color’.


Special Properties

The IconButton control has a few special properties unique to it. These include:

Name
Value
Explanation

Icon

Icon selection

Which icon will be displayed

Icon size

Number

The size of the icon

Icon color

Color

The color of the icon

Icon alignment

Center, Left or Right

Where the icon will be displayed


Tips & Best Practices

  • Make the button easy to see and make it clear to a user that it needs to be pressed

  • Pick a fitting icon for the action configured


Examples

Below is the most basic example of an IconButton control, when clicked it would fire off the configured “On click” events. The Icon related properties change how the icon look in the Control.


Changelog

Version

Date

Change

1.0

May 27, 2026

Initial document & documentation

Last updated

Was this helpful?