[]
Ensures that the specified document location is visible in the current preview pane.
public void GotoDocumentLocation(IDocumentLocation documentLocation)
Public Sub GotoDocumentLocation(documentLocation As IDocumentLocation)
| Type | Name | Description |
|---|---|---|
| IDocumentLocation | documentLocation | A document location to go to. |
Ensures that the specified document location is visible in the current preview pane.
public void GotoDocumentLocation(IDocumentLocation documentLocation, string historyItemCaption)
Public Sub GotoDocumentLocation(documentLocation As IDocumentLocation, historyItemCaption As String)
| Type | Name | Description |
|---|---|---|
| IDocumentLocation | documentLocation | A document location to go to. |
| string | historyItemCaption | The caption to use for the history item created by the view change. |