Version Property  
 

Returns the current version of the ActiveX control.

Syntax

object.Version

Remarks

The Version property returns the current version of the control. This can be used by an application for validation purposes. The version returned is composed of four numbers, separated by periods. The first number is the major version number, the second number is the minor version number, the third is the build number and the fourth is the revision number.

Data Type

String

See Also

Initialize Method