ControlSite.progID Property

Definition

Gets the programmatic identifier for the ControlSite.

public:
 property System::String ^ progID { System::String ^ get(); };
public string progID { get; }
member this.progID : string
Public ReadOnly Property progID As String

Property Value

A value that represents the programmatic identifier for the ControlSite.

Remarks

This property always returns the same string, because all managed controls in Office projects are hosted by the same ActiveX control.

Applies to