If no icon is set, the text will be used. This is typically used for horizontal sections of linked buttons.
ModelButton.iconic
bool iconic() @propertyGet iconic property.
Returns
If this property is set, the button will show an icon if one is set.
void iconic(bool propval) @propertySet iconic property.
Parameters
propval | If this property is set, the button will show an icon if one is set. If no icon is set, the text will be used. This is typically used for horizontal sections of linked buttons. |