You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.Button.1

Example

 // Get the control's ProgID 
ProgID = Get_Property(@Window:".OLE_CONTROL", "OLE.ProgID"
  • No labels