This document is archived and information here might be outdated. Recommended version. |
Indicates whether to show the track name.
[Visual Basic .NET]
Public Property ShowTrackName As Boolean
[C#]
public bool ShowTrackName {get; set;}
[C++]
HRESULT get_ShowTrackName(
VARIANT_BOOL pShowTrackName
);
[C++]
HRESULT put_ShowTrackName(
Boolean* pShowTrackName
);
[C++] Parameters pShowTrackName
pShowTrackName is a parameter of type bool pShowTrackName [out, retval]
pShowTrackName is a parameter of type bool*