How to trigger 'IsRequired' on configurator via button

You need to change this

((Ice.Lib.Framework.EpiUltraCombo)tb.Control).EpiRequired = false;

To

tb.Required = false;

For both the text and combo controls.