Version

ResolutionOrder Enumeration

Determines the order in which the control and app style properties will be resolved.
Syntax
'Declaration
 
Public Enum ResolutionOrder 
   Inherits System.Enum
public enum ResolutionOrder : System.Enum 
Members
MemberDescription
ApplicationOnlyOnly use the application style properties
ApplicationThenControlUse the application style properties then those of the control
ControlOnlyOnly use the control properties.
ControlThenApplicationUse the control properties first and then the properties of the application style.
DefaultUse the default resolution order - ApplicationThenControl
NoneNeither the control settings nor the application style information will be used.
Requirements

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

See Also