MonobjcMonobjc Documented Class Library
MouseDownCanMoveWindow Property
NamespacesMonobjc.AppKitNSViewMouseDownCanMoveWindow

Returns YES if the receiver does not need to handle a mouse down and can pass it through to superviews; NO if it needs to handle the mouse down.

Original signature is '- (BOOL)mouseDownCanMoveWindow'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool MouseDownCanMoveWindow { get; }
Public Overridable ReadOnly Property MouseDownCanMoveWindow As Boolean
	Get
public:
virtual property bool MouseDownCanMoveWindow {
	bool get ();
}
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)