Table of Contents

Method ShowPreviewWindow

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 string

The file name or folder path to preview. If null, the default folder is selected.