MonobjcMonobjc Documented Class Library
KeyRepeatDelay Property
NamespacesMonobjc.AppKitNSEventKeyRepeatDelay

Returns the length of time a key must be held down in order to generate the first key repeat event.

Original signature is '+ (NSTimeInterval)keyRepeatDelay'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static double KeyRepeatDelay { get; }
Public Shared ReadOnly Property KeyRepeatDelay As Double
	Get
public:
static property double KeyRepeatDelay {
	double get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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