WebUIFileOpenPickerActivatedEventArgs.FileOpenPickerUI Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.