The control's ProgId/Class Name.
Usage
Text = Get_Property(OLECtrlEntID, "OLE.ProgID")
Values
Text can contain anything.
Remarks
This read only property exists in all SRP OLE controls to provide easy identification of a control's ProgID. This control's ProgID is:
SRP.Calendar.1
Example
// Get the control's ProgID ProgID = Get_Property(@Window:".OLE_CONTROL", "OLE.ProgID")