MonobjcMonobjc Documented Class Library
SetPeriodicDelayInterval Method (delay, interval)
NamespacesMonobjc.AppKitNSButtonCellSetPeriodicDelayInterval(Single, Single)

Sets the message delay and interval for the receiver.

Original signature is '- (void)setPeriodicDelay:(float)delay interval:(float)interval'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetPeriodicDelayInterval(
	float delay,
	float interval
)
Public Overridable Sub SetPeriodicDelayInterval ( _
	delay As Single, _
	interval As Single _
)
public:
virtual void SetPeriodicDelayInterval(
	float delay, 
	float interval
)
Parameters
delay (Single)
The amount of time (in seconds) that a continuous button will pause before starting to periodically send action messages to the target object.
interval (Single)
The amount of time (in seconds) between each action message.
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)