WebUIFileOpenPickerActivatedEventArgs.FileOpenPickerUI Property

Definition

Gets 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 = webUIFileOpenPickerActivatedEventArgs.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.

Implements

Applies to