Function Control.hasStylebox

Returns true if StyleBox with given name and associated with Control of given type exists in assigned Theme.

bool hasStylebox (
  const(String) name,
  const(String) type = GodotStringLiteral().str()
) nothrow @nogc const;