ModelButton.iconic

bool iconic() @property

Get iconic property.

Returns

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.

void iconic(bool propval) @property

Set iconic property.

Parameters

propvalIf 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.