Function Control.addStyleboxOverride

Overrides the StyleBox with given name in the theme resource the control uses. If stylebox is empty or invalid, the override is cleared and the StyleBox from assigned Theme is used.

void addStyleboxOverride (
  const(String) name,
  StyleBox stylebox
) nothrow @nogc;