ModelButton.iconic

Set iconic property.

  1. bool iconic [@property getter]
  2. bool iconic [@property setter]
    class ModelButton
    @property
    void
    iconic
    (
    bool propval
    )

Parameters

propval bool

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.