MonobjcMonobjc Documented Class Library
DrawerShouldOpenMessage Method (sender)
NamespacesMonobjc.AppKitNSDrawer..::..NSDrawerDelegateEventDispatcherDrawerShouldOpenMessage(NSDrawer)

Asks the delegate if the specified drawer should open.

Original signature is '- (BOOL)drawerShouldOpen:(NSDrawer *)sender'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public bool DrawerShouldOpenMessage(
	NSDrawer sender
)
Public Function DrawerShouldOpenMessage ( _
	sender As NSDrawer _
) As Boolean
public:
bool DrawerShouldOpenMessage(
	NSDrawer^ sender
)
Parameters
sender (NSDrawer)
The drawer requesting permission to open.
Return Value
YES if the drawer should open; NO to prevent the drawer from opening.
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)