Manually removes the skin from the specified control and optional child controls. This method always removes the the skin from the specified control regardless of the current
SkinSoft.VisualStyler.VisualStyler.SkinMode setting.
This method can be called anywhere in your application.
public static void RemoveSkin( Control control, bool childControls );
Parameters
control
The target Control
childControls
If true, then all child controls are affected; if false then just the control is affected.
Remarks
You would typically use this method to manually remove the skin from a control, or when the
SkinSoft.VisualStyler.VisualStyler.SkinMode is set to
SkinSoft.VisualStyler.SkinMode.Manual.
Overloads:
See also:
Class VisualStyler