Helper method, manually applies the GlobalExcludeTag to the specified form and all child controls.
This method can be called anywhere in your application.
public static void ApplyExcludeTag( Form form );
Parameters
form
The target Form
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 never skinned regardless of the
TargetControls setting.
Overloads:
See also:
Class VisualStyler