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