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