ITableEntryHandle.NavigateTo(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);
public:
bool NavigateTo(bool isPreview);
bool NavigateTo(bool isPreview);
public bool NavigateTo (bool isPreview);
abstract member NavigateTo : bool -> bool
Public Function NavigateTo (isPreview As Boolean) As Boolean
Parameters
- isPreview
- Boolean
True if this a preview.
Returns
Returns Boolean.
Remarks
Calling this is equivalent to the user initiating an navigation action from the table control itself.