- public const int MAJOR_VERSION
The major version of the Mx clibrary (1 if version is 1.2.3)
- public const int MICRO_VERSION
The micro version of the Mx library (3, if version is 1.2.3)
- public const int MINOR_VERSION
The minor version of the Mx library (2, if version is 1.2.3)
- public const int PARAM_STYLE_INHERIT
- public const int PARAM_TRANSLATEABLE
- public const int VERSION_HEX
Numerically encoded version of the Mx library, like 0x010203
- public const string VERSION_S
The full version of the Mx library, in string form (suited for string
concatenation)