ButtonContent.useUnderline

bool useUnderline() @property

Get useUnderline property.

Returns

Whether an underline in the text indicates a mnemonic.

The mnemonic can be used to activate the parent button.

See property@ButtonContent:label.

void useUnderline(bool propval) @property

Set useUnderline property.

Parameters

propvalWhether an underline in the text indicates a mnemonic. The mnemonic can be used to activate the parent button. See property@ButtonContent:label.