Show / Hide Table of Contents

Enum OpenDialogOptions

Options for open dialogs.

Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
[Flags]
public enum OpenDialogOptions

Fields

Name Description
AllowMultiSelect

Allows multiple items to be selected.

SelectDirectory

Select directories instead of files. Should only be specified if CanTargetFolders is true.

See Also
Dialog
ShowOpenDialog(WindowHandle, string, string, DialogFileFilter[], OpenDialogOptions)
In this article
Back to top Generated by DocFX