Vixen
02b45cc4
csharp
public readonly record struct FileDialogOptions

What to ask a file dialog for.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (5)

  • public string? Title

    The dialog's title.

  • public string? InitialDirectory

    Where to start, as a native path.

  • public string? SuggestedFileName

    The file name to suggest, for a save dialog.

  • public IReadOnlyList<FileFilter> Filters

    The type filters, most likely first.

  • public bool AllowsMultipleSelection

    Whether the user may pick more than one file.

Methods (1)

  • public FileDialogOptions()

    What to ask a file dialog for.

Used by (12)

  • DesktopDialogsVixen.Platform.Desktop
  • DialogArgumentsVixen.Platform.Linux
  • DialogArgumentsTestsVixen.Platform.Linux.Tests
  • HeadlessDialogsVixen.Platform.Headless
  • INativeDialogsVixen.Platform
  • LinuxDialogsVixen.Platform.Linux
  • MacOSDialogsVixen.Platform.MacOS
  • MacOSSupplementTestsVixen.Platform.MacOS.Tests
  • NothingDialogsVixen.Platform.MacOS.Tests
  • NothingDialogsVixen.Platform.Desktop.Tests
  • WindowsDialogsVixen.Platform.Windows
  • EditorApplicationVixen.Editor.App