MonobjcMonobjc Documented Class Library
AlternateMnemonicLocation Property
NamespacesMonobjc.AppKitNSButtonCellAlternateMnemonicLocation

Returns an unsigned integer indicating the character in the alternate title that’s marked as the “keyboard mnemonic.”

Original signature is '- (NSUInteger)alternateMnemonicLocation'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger AlternateMnemonicLocation { get; set; }
Public Overridable Property AlternateMnemonicLocation As NSUInteger
	Get
	Set
public:
virtual property NSUInteger AlternateMnemonicLocation {
	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)