This document is archived and information here might be outdated. Recommended version. |
Provides the Class ID of the property page associated with the event renderer.
[Visual Basic .NET] Public Property PropPageEventRenderer As UID
[C#] public UID PropPageEventRenderer {get; set;}
[C++]
HRESULT get_PropPageEventRenderer(
IUID** ppiPPClassID
);
[C++]
HRESULT put_PropPageEventRenderer(
IUID* ppiPPClassID
);
[C++] Parameters ppiPPClassID [out, retval]
ppiPPClassID is a parameter of type IUID** ppiPPClassID [in]
ppiPPClassID is a parameter of type IUID*