__VSTWDFLAGS Enum

Definition

Specifies the behavior of the Wait dialog. These flags are passed to StartWaitDialog(String, String, String, UInt32, Object, String).

This enumeration supports a bitwise combination of its member values.

public enum class __VSTWDFLAGS
public enum class __VSTWDFLAGS
enum __VSTWDFLAGS
[System.Flags]
public enum __VSTWDFLAGS
[<System.Flags>]
type __VSTWDFLAGS = 
Public Enum __VSTWDFLAGS
Inheritance
__VSTWDFLAGS
Attributes

Fields

VSTWDFLAGS_CANCELLABLE 1

The dialog can be cancelled, so display the Cancel button.

VSTWDFLAGS_NOFLAGS 0

No flags are specified.

VSTWDFLAGS_TOPMOST 2

Force the Wait dialog window above all other windows.

Applies to