MonobjcMonobjc Documented Class Library
MnemonicLocation Property
NamespacesMonobjc.AppKitNSCellMnemonicLocation

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

Original signature is '- (NSUInteger)mnemonicLocation'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger MnemonicLocation { get; set; }
Public Overridable Property MnemonicLocation As NSUInteger
	Get
	Set
public:
virtual property NSUInteger MnemonicLocation {
	NSUInteger get ();
	void set (NSUInteger value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)