Icon button
Description
General Properties
Special Properties
Name
Value
Explanation
Tips & Best Practices
Examples

Changelog
Last updated
Was this helpful?
Category: Control
Version: 1.0
Last Updated: May 27, 2026
Author: Any2Info
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.
The IconButton control inherits general Control Properties such as ‘Font size’, ‘Font color’ and ‘Icon color’.
The IconButton control has a few special properties unique to it. These include:
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
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
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.

Version
Date
Change
1.0
May 27, 2026
Initial document & documentation
Last updated
Was this helpful?
Was this helpful?