Control.addConstantOverride

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

struct Control
@nogc nothrow
void
addConstantOverride
(
in String name
,
in long constant
)

Meta