MonobjcMonobjc Documented Class Library
CharactersIgnoringModifiers Property
NamespacesMonobjc.AppKitNSEventCharactersIgnoringModifiers

Returns the characters generated by the receiving key event as if no modifier key (except for Shift) applies.

Original signature is '- (NSString *)charactersIgnoringModifiers'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString CharactersIgnoringModifiers { get; }
Public Overridable ReadOnly Property CharactersIgnoringModifiers As NSString
	Get
public:
virtual property NSString^ CharactersIgnoringModifiers {
	NSString^ get ();
}
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)