ProgID property
Returns the version-independent programmatic identifier of the element. Read-only. String.
The string is composed of the Library and Class names of the object. For example, for the Label object in the MSForms library, the ProgID object would return MSForms.Label. The version of the class is not included.
Syntax
object
.ProgID
where
object
– is the name of a graphic element object or an ActiveXControl object, or an expression that evaluates to a graphic element object or an ActiveXControl object.Provide Feedback