NSDocumentController.RunModalOpenPanel(NSOpenPanel, 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("runModalOpenPanel:forTypes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr RunModalOpenPanel(AppKit.NSOpenPanel openPanel, string[] types);
[<Foundation.Export("runModalOpenPanel:forTypes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RunModalOpenPanel : AppKit.NSOpenPanel * string[] -> nativeint
override this.RunModalOpenPanel : AppKit.NSOpenPanel * string[] -> nativeint
Parameters
- openPanel
- NSOpenPanel
- types
- String[]
Returns
IntPtr
nativeint
- Attributes