ButtonContent.useUnderline

Set useUnderline property.

  1. bool useUnderline [@property getter]
  2. bool useUnderline [@property setter]
    class ButtonContent
    @property
    void
    useUnderline
    (
    bool propval
    )

Parameters

propval bool

Whether an underline in the text indicates a mnemonic.

The mnemonic can be used to activate the parent button.

See property@ButtonContent:label.