Helper method, manually applies the GlobalIncludeTag to the specified child and optional child controls
This method can be called anywhere in your application.
public static void ApplyIncludeTag( Control control, bool childControls );
Parameters
control
The target control
childControls
Include child controls option
Remarks
When using the
SkinSoft.VisualStyler.SkinMode.Automatic skin mode, any form or control whose
System.Windows.Forms.Control.Tag property matches the
GlobalIncludeTag is always skinned regardless of the
TargetControls setting.
Overloads:
See also:
Class VisualStyler