mnemonicLocation
Returns the position of the underlined mnemonic character in the receiver’s title.
Declaration
- (NSUInteger) mnemonicLocation;Return Value
A zero-based index into the receiver’s title string indicating the position of the character. If there is no mnemonic character, this method returns NSNotFound.
Discussion
Mnemonics are not supported in macOS.