Manually removes the entire application skin including form shadows, restoring the application GUI to a non-skinned appearance.
This method can be called anywhere in your application.
public static void RemoveApplicationSkin();
Remarks
You can restore the skin at anytime by calling the
RestoreApplicationSkin method.
See also:
Class VisualStyler