Function Control.addShaderOverride

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

void addShaderOverride (
  const(String) name,
  Shader shader
) nothrow @nogc;