MonobjcMonobjc Documented Class Library
PathCellWillDisplayOpenPanel Method (pathCell, openPanel)
NamespacesMonobjc.AppKitINSPathCellDelegatePathCellWillDisplayOpenPanel(NSPathCell, NSOpenPanel)

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

Original signature is '- (void)pathCell:(NSPathCell *)pathCell willDisplayOpenPanel:(NSOpenPanel *)openPanel'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
void PathCellWillDisplayOpenPanel(
	NSPathCell pathCell,
	NSOpenPanel openPanel
)
Sub PathCellWillDisplayOpenPanel ( _
	pathCell As NSPathCell, _
	openPanel As NSOpenPanel _
)
void PathCellWillDisplayOpenPanel(
	NSPathCell^ pathCell, 
	NSOpenPanel^ openPanel
)
Parameters
pathCell (NSPathCell)
The path cell that sent the message.
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)