[]
Ensures that the specified document location is visible in the current preview pane.
public void GotoDocumentLocation(IDocumentLocation documentLocation)
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)
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. |