In This Article

IOpenFileOptions Interface

Defines options for interacting with OpenFileDialog.

public interface IOpenFileOptions : ISelectFileOptions

Remarks

For internal use only.

Properties

FileNames

The file names of all selected files in the dialog box after prompting the user.

string[]? FileNames { get; set; }

Property Value

string[]

Multiselect

Indicates whether the dialog box allows multiple files to be selected.

bool Multiselect { get; set; }

Property Value

bool:

The default value is false.

Inherited Members

Extension Methods