Manually applies the skin to the specified control and optional child controls. This method always applies the skin to the specified control regardless of the current
SkinMode setting.
This method can be called anywhere in your application.
public static void ApplySkin( 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 apply the skin to controls, or when the
SkinMode is set to
SkinSoft.VisualStyler.SkinMode.Manual.
Overloads:
See also:
Class VisualStyler