MonobjcMonobjc Documented Class Library
LayoutManagerOwnsFirstResponderInWindow Method (window)
NamespacesMonobjc.AppKitNSLayoutManagerLayoutManagerOwnsFirstResponderInWindow(NSWindow)

Indicates whether the first responder in the given window is a text view associated with the receiver.

Original signature is '- (BOOL)layoutManagerOwnsFirstResponderInWindow:(NSWindow *)window'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool LayoutManagerOwnsFirstResponderInWindow(
	NSWindow window
)
Public Overridable Function LayoutManagerOwnsFirstResponderInWindow ( _
	window As NSWindow _
) As Boolean
public:
virtual bool LayoutManagerOwnsFirstResponderInWindow(
	NSWindow^ window
)
Parameters
window (NSWindow)
The window whose first responder is tested.
Return Value
YES if the first responder in window is a text view associated with the receiver; otherwise, NO.
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)