setMnemonicLocation:
Sets the character of the receiver’s title to be used as a mnemonic character.
Declaration
- (void) setMnemonicLocation:(NSUInteger) location;Parameters
- location:
The zero-based index into the cell’s title string specifying the location of the mnemonic character. The specified character is underlined when the title is drawn.
Discussion
Mnemonics are not supported in macOS.