StyleSet.RefreshResources(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Forces a re-resolution of the resources if necessary. The resources are resolved later when used.
public:
void RefreshResources(bool useHighContrastColors);
public void RefreshResources (bool useHighContrastColors);
member this.RefreshResources : bool -> unit
Public Sub RefreshResources (useHighContrastColors As Boolean)
Parameters
- useHighContrastColors
- Boolean
true if the resources should use system high contrast colors.