This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not the display should stay centered on the active track.
[Visual Basic .NET]
Public Property Follow As Boolean
[C#]
public bool Follow {get; set;}
[C++]
HRESULT get_Follow(
Boolean* Follow
);
[C++]
HRESULT put_Follow(
VARIANT_BOOL Follow
);
[C++] Parameters Follow [out, retval]
Follow is a parameter of type bool* Follow [in]
Follow is a parameter of type bool