ProgID Property (LicenseInfo Object)

       

Returns the programmatic ID (progID) of a control.

Syntax

object.LicenseKey

The object placeholder is an object expression that evaluates to an object in the Applies To list.

Remarks

The programmatic ID for most controls can be determined by checking the Visual Basic Object Browser. The programmatic ID consists of two parts: the name of the control's Library, and it's Class. For example, the Visual Basic CommandButton object's programmatic ID is VB.CommandButton.