Enum GroupPolicyShortcutTargetTypeWindowType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the window type of a Group Policy preference shortcut.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyShortcutTargetTypeWindowType
Fields
Maximized = 3
The window type is maximized.
Minimized = 2
The window type is minimized.
NormalWindow = 1
The window type is normal window.
Unknown = 0
The window type is unknown.