Enum LaunchActionOperation

LaunchActionOperation enumeration

Enumerates the operations to perform with document during launch action executing.

public enum LaunchActionOperation

Values

NameValueDescription
Undefined0Undefined state.
Open1Open a document.
Print2Print a document.

See Also