'Declaration Public Property CurrentHistoryEntry As ViewHistoryItem
public ViewHistoryItem CurrentHistoryEntry {get; set;}
Assigning to this property moves the preview pane in history. The value being assigned must be an element in the ViewHistory collection.
Note that in some situations the current history entry can not be changed (e.g. when the operation is attempted while the preview is changing its state). In those cases the set operation will be ignored.
'Declaration Public Property CurrentHistoryEntry As ViewHistoryItem
public ViewHistoryItem CurrentHistoryEntry {get; set;}