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