MonobjcMonobjc Documented Class Library
BecomeFirstResponder Method
NamespacesMonobjc.AppKitNSResponderBecomeFirstResponder()()()()

Notifies the receiver that it’s about to become first responder in its NSWindow.

Original signature is '- (BOOL)becomeFirstResponder'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool BecomeFirstResponder()
Public Overridable Function BecomeFirstResponder As Boolean
public:
virtual bool BecomeFirstResponder()
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSResponder.BecomeFirstResponder"]

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)