This document is archived and information here might be outdated. Recommended version. |
Indicates if the track is enabled.
[Visual Basic .NET]
Public Property IsEnabled As Boolean
[C#]
public bool IsEnabled {get; set;}
[C++]
HRESULT get_IsEnabled(
Boolean* pbIsEnabled
);
[C++]
HRESULT put_IsEnabled(
VARIANT_BOOL pbIsEnabled
);
[C++] Parameters pbIsEnabled [out, retval]
pbIsEnabled is a parameter of type bool* pbIsEnabled [in]
pbIsEnabled is a parameter of type bool