MonobjcMonobjc Documented Class Library
KeyRepeatInterval Property
NamespacesMonobjc.AppKitNSEventKeyRepeatInterval

Returns the length between subsequent key repeat events being posted.

Original signature is '+ (NSTimeInterval)keyRepeatInterval'

Available in Mac OS X v10.6 and later.

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

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