Label.useUnderline

bool useUnderline() @property nothrow

Get useUnderline property.

Returns

true if the text of the label indicates a mnemonic with an _

before the mnemonic character.

void useUnderline(bool propval) @property nothrow

Set useUnderline property.

Parameters

propvaltrue if the text of the label indicates a mnemonic with an _ before the mnemonic character.