MonobjcMonobjc Documented Class Library
WorksWhenModal Property
NamespacesMonobjc.AppKitNSPanelWorksWhenModal

Indicates whether the receiver receives keyboard and mouse events even when some other window is being run modally.

Original signature is '- (BOOL)worksWhenModal'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public bool WorksWhenModal { get; set; }
Public Property WorksWhenModal As Boolean
	Get
	Set
public:
property bool WorksWhenModal {
	bool get ();
	void set (bool value);
}
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)