The ErrorProvider internally uses TOOLINFO_T structure
and
params1 =
new CreateParams();
params1.Parent =
base.Handle;
params1.ClassName =
"tooltips_class32";
params1.Style = 1;
internally to create the tooltip.
Hence I guess it cannot be changed or modified.