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