In This Article

IOpenFileOptions Interface

Defines options for interacting with OpenFileDialog.

public interface IOpenFileOptions : ISelectFileOptions

Remarks

For internal use only.

Properties

FileNames

Gets or sets the file names of all selected files in the dialog box after prompting the user.

string[] FileNames { get; set; }

Property Value

string[]

Multiselect

Gets or sets a value indicating whether the dialog box allows multiple files to be selected. The default value is false.

bool Multiselect { get; set; }

Property Value

bool

Inherited Members