Manually restores the entire application skin including all form shadows.
This method can be called anywhere in your application.
public static void RestoreApplicationSkin();
Remarks
You would typically call this method after a previous call to
RemoveApplicationSkin to restore the application skin. The skin is restored according to the current
TargetControls setting and any Tagged exclusions or inclusions.
See also:
Class VisualStyler