This document is archived and information here might be outdated. Recommended version. |
Use tinning.
[Visual Basic .NET] Public Property UseTinning As Boolean
[C#] public bool UseTinning {get; set;}
[C++]
HRESULT get_UseTinning(
Boolean* pUseTinning
);
[C++]
HRESULT put_UseTinning(
VARIANT_BOOL pUseTinning
);
[C++]
Parameters pUseTinning [out, retval]
pUseTinning is a parameter of type bool* pUseTinning [in]
pUseTinning is a parameter of type bool