MonobjcMonobjc Documented Class Library
FocusStack Property
NamespacesMonobjc.AppKitNSGraphicsContextFocusStack

Returns the object used by the context to track the hierarchy of views with locked focus. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (void *)focusStack'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr FocusStack { get; set; }
Public Overridable Property FocusStack As IntPtr
	Get
	Set
public:
virtual property IntPtr FocusStack {
	IntPtr get ();
	void set (IntPtr value);
}
Version Information
  • Available in Monobjc Bridge: 10.5 (For Mac OS X 10.5 and later)

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