NSOpenSavePanelDelegate.ShouldShowFilename(NSSavePanel, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("panel:shouldShowFilename:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 6, ObjCRuntime.PlatformArchitecture.All, "Use ShouldEnableUrl instead.")]
public virtual bool ShouldShowFilename (AppKit.NSSavePanel panel, string filename);
abstract member ShouldShowFilename : AppKit.NSSavePanel * string -> bool
override this.ShouldShowFilename : AppKit.NSSavePanel * string -> bool
Parameters
- panel
- NSSavePanel
- filename
- String
Returns
- Attributes