Function Control.addConstantOverride

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

void addConstantOverride (
  const(String) name,
  const(long) constant
) nothrow @nogc;