This document is archived and information here might be outdated. Recommended version. |
Indicates if current surface should be updated based on scale change.
[Visual Basic .NET]
Public Property LockCurrentSurface As Boolean
[C#]
public bool LockCurrentSurface {get; set;}
[C++]
HRESULT get_LockCurrentSurface(
Boolean* pbLock
);
[C++]
HRESULT put_LockCurrentSurface(
VARIANT_BOOL pbLock
);
[C++] Parameters pbLock [out, retval]
pbLock is a parameter of type bool* pbLock [in]
pbLock is a parameter of type bool