'Declaration Public Enum ResolutionOrder Inherits System.Enum
public enum ResolutionOrder : System.Enum
Member | Description |
---|---|
ApplicationOnly | Only use the application style properties |
ApplicationThenControl | Use the application style properties then those of the control |
ControlOnly | Only use the control properties. |
ControlThenApplication | Use the control properties first and then the properties of the application style. |
Default | Use the default resolution order - ApplicationThenControl |
None | Neither the control settings nor the application style information will be used. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2