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