Share via


IFileOpenPickerActivatedEventArgs.FileOpenPickerUI Property

Definition

The letterbox UI of the file picker that is displayed when the user wants to pick files or folders that are provided by the app.

public:
 property FileOpenPickerUI ^ FileOpenPickerUI { FileOpenPickerUI ^ get(); };
FileOpenPickerUI FileOpenPickerUI();
public FileOpenPickerUI FileOpenPickerUI { get; }
var fileOpenPickerUI = iFileOpenPickerActivatedEventArgs.fileOpenPickerUI;
Public ReadOnly Property FileOpenPickerUI As FileOpenPickerUI

Property Value

The letterbox UI of the file picker that is displayed when the user wants to pick files or folders that are provided by the app.

Applies to

See also