Contents

setTitleWithMnemonic:

Sets the title of the receiver with one character in the string denoted as an access key.

Declaration

- (void) setTitleWithMnemonic:(NSString *) stringWithAmpersand;

Parameters

  • stringWithAmpersand:

    The new title of the cell. One character in the string should be preceded by an ampersand (&) character. The character that follows becomes the mnemonic character for the title.

Discussion

Mnemonics are not supported in macOS.

See Also

Deprecated Methods