This document is archived and information here might be outdated. Recommended version. |
Indicates if view properties are adaptive to view content.
[Visual Basic .NET]
Public Property Adaptive As Boolean
[C#]
public bool Adaptive {get; set;}
[C++]
HRESULT get_Adaptive(
Boolean* pAdpative
);
[C++]
HRESULT put_Adaptive(
VARIANT_BOOL pAdpative
);
[C++] Parameters pAdpative [out, retval]
pAdpative is a parameter of type bool* pAdpative [in]
pAdpative is a parameter of type bool