MonobjcMonobjc Documented Class Library
UpdateInsertionPointStateAndRestartTimer Method (flag)
NamespacesMonobjc.AppKitNSTextViewUpdateInsertionPointStateAndRestartTimer(Boolean)

Updates the insertion point’s location and optionally restarts the blinking cursor timer.

Original signature is '- (void)updateInsertionPointStateAndRestartTimer:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void UpdateInsertionPointStateAndRestartTimer(
	bool flag
)
Public Overridable Sub UpdateInsertionPointStateAndRestartTimer ( _
	flag As Boolean _
)
public:
virtual void UpdateInsertionPointStateAndRestartTimer(
	bool flag
)
Parameters
flag (Boolean)
YES to restart the blinking cursor timer, NO otherwise.
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)