ITableEntryHandle2.NavigateTo(Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Navigates to the data the entry this ITableEntryHandle is associated with represents.
public:
bool NavigateTo(bool isPreview, bool shouldActivate);
public bool NavigateTo (bool isPreview, bool shouldActivate);
abstract member NavigateTo : bool * bool -> bool
Public Function NavigateTo (isPreview As Boolean, shouldActivate As Boolean) As Boolean
Parameters
- isPreview
- Boolean
Should the document containing the entry be opened in the preview pane if it is not already open.
- shouldActivate
- Boolean
Should focus be placed in the document containing the entry.
Returns
Remarks
Calling this is equivalent to the user initiating an navigation action from the table control itself.