2.381 .toolkit_version

In the setup object, this attribute queries the version of the toolkit.

Definition

  • Data type

    integer

  • Access

    get

Note on the IDM for Windows

As of IDM version A.06.01.a the attribute no longer returns the Windows version for which the IDM was compiled, but the version of the Common Controls DLL (comctl32.dll). This DLL determines the appearance of the user interface objects, thus now a value is returned that provides information about the appearance and layout (e.g. border widths) of the interface.

The version is coded as a decimal number:

major_version * 100 + minor_version

In addition, the following predefined values may occur:

0

No Common Controls DLL available.

400

Version could not be determined since the Common Controls DLL is older than version 4.71.

471

Common Controls DLL has version 4.71 or version could not be determined because an error occurred when calling DllGetVersion.

582

Common Controls DLL has version 5.82 or version is 6.00 or higher and Visual Styles are disabled.

>= 600

Visual Styles are enabled.