Helper method, manually applies the GlobalExcludeTag to the specified child and optional child controls
This method can be called anywhere in your application.
public static void ApplyExcludeTag( 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 GlobalExcludeTag is always skinned regardless of the
TargetControls setting.
Overloads:
See also:
Class VisualStyler