Method ShowPreviewWindow
ShowPreviewWindow()
Displays the file preview window.
public static void ShowPreviewWindow()
ShowPreviewWindow(string?)
Displays the file preview window for a specified file or folder.
public static void ShowPreviewWindow(string? fileNameOrFolder)
Parameters
fileNameOrFolder
stringThe file name or folder path to preview. If null, the default folder is selected.