LockHistory Method (C1PreviewPane)
In This Topic
Temporarily locks (suspends) adding of new items to
C1PreviewPane.ViewHistory. Note a matching call to
C1PreviewPane.UnlockHistory must exist for each call of this method.
Syntax
'Declaration
Public Sub LockHistory()
public void LockHistory()
See Also