MonobjcMonobjc Documented Class Library
PathControlWillDisplayOpenPanel Method (pathControl, openPanel)
NamespacesMonobjc.AppKitINSPathControlDelegatePathControlWillDisplayOpenPanel(NSPathControl, NSOpenPanel)

Implement this method to customize the Open panel shown by a pop-up–style path.

Original signature is '- (void)pathControl:(NSPathControl *)pathControl willDisplayOpenPanel:(NSOpenPanel *)openPanel'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
void PathControlWillDisplayOpenPanel(
	NSPathControl pathControl,
	NSOpenPanel openPanel
)
Sub PathControlWillDisplayOpenPanel ( _
	pathControl As NSPathControl, _
	openPanel As NSOpenPanel _
)
void PathControlWillDisplayOpenPanel(
	NSPathControl^ pathControl, 
	NSOpenPanel^ openPanel
)
Parameters
pathControl (NSPathControl)
The path control displaying the Open panel.
openPanel (NSOpenPanel)
The Open panel to be displayed.
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)