This document is archived and information here might be outdated. Recommended version. |
Phase index that supplements TopFilterPhase. Clients should set the item index here if they draw in response to AfterDrawItem and they use a display filter. TopFilterPhase must also be specified.
[Visual Basic .NET] Public Property TopFilterIndex As Integer
[C#] public int TopFilterIndex {get; set;}
[C++]
HRESULT get_TopFilterIndex(
long phaseIndex
);
[C++]
HRESULT put_TopFilterIndex(
System.Int32* phaseIndex
);
[C++]
Parameters phaseIndex [in]
phaseIndex is a parameter of type long phaseIndex [out, retval]
phaseIndex is a parameter of type long*