Returns the rectangle into which the menu item’s key equivalent should be drawn.
Original signature is '- (NSRect)keyEquivalentRectForBounds:(NSRect)cellFrame'
Available in Mac OS X v10.0 and later.


- cellFrame (NSRect)
- A rectangle that defines the bounds of the receiver.

The returned rectangle is based on cellFrame but encompasses only the area to be occupied by the key equivalent.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)