SoftKeyMask constructor

SoftKeyMask(
  1. int id,
  2. IsobusColor backgroundColor,
  3. List<ReferenceObject> childObjects,
  4. List<Macro> macros,
)

Implementation

SoftKeyMask(int id, IsobusColor backgroundColor,
    List<ReferenceObject> childObjects, List<Macro> macros)
    : super(id, IsobusObjectType.softKeyMask, backgroundColor, childObjects,
          macros);