Share via


ITableEntryHandle2.NavigateTo(Boolean, Boolean) Method

Definition

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.

Applies to