SplitButton.label

Set label property.

  1. string label [@property getter]
  2. string label [@property setter]
    class SplitButton
    @property
    void
    label
    (
    string propval
    )

Parameters

propval string

The label for the button.

Setting the label will set property@SplitButton:icon-name and property@SplitButton:child to NULL.