---
title: mnemonicLocation
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nscell/mnemoniclocation
---

# mnemonicLocation

Returns the position of the underlined mnemonic character in the receiver’s title.

## Declaration

```occ
- (NSUInteger) mnemonicLocation;
```

## Return Value

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

Discussion Mnemonics are not supported in macOS.

## See Also

### Deprecated Methods

- [setEntryType:](appkit/nscell/setentrytype:.md)
- [entryType](appkit/nscell/entrytype.md)
- [isEntryAcceptable:](appkit/nscell/isentryacceptable:.md)
- [setFloatingPointFormat:left:right:](appkit/nscell/setfloatingpointformat:left:right:.md)
- [setTitleWithMnemonic:](appkit/nscell/settitlewithmnemonic:.md)
- [mnemonic](appkit/nscell/mnemonic.md)
- [setMnemonicLocation:](appkit/nscell/setmnemoniclocation:.md)
