FileLaunchMode Enum
Represents file opening mode.
public enum FileLaunchMode
Public Enum FileLaunchMode
Inheritance: ObjectValueTypeEnumFileLaunchMode
Fields
FileLaunchMode.ExistingWindow | 1 | The file will be opened in existing window. |
FileLaunchMode.NewWindow | 0 | The file will be opened in new window. |
FileLaunchMode.UserPreference | 2 | The file will be opened based on user preference. This is the default. |