GoToSelection Method (C1PreviewPane)
In This Topic
Makes sure that the currently selected text is visible in the current
C1PreviewPane. (This method does nothing if currently there is no selection.)
Syntax
'Declaration
Public Sub GoToSelection()
public void GoToSelection()
See Also