ControlSite.progID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.