ITableEntryHandle.NavigateToHelp 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 help link the entry this ITableEntryHandle is associated with represents.
public:
bool NavigateToHelp();
public:
bool NavigateToHelp();
bool NavigateToHelp();
public bool NavigateToHelp ();
abstract member NavigateToHelp : unit -> bool
Public Function NavigateToHelp () As Boolean
Returns
Returns Boolean.
Remarks
Calling this is equivalent to the user initiating an navigate to help action from the table control itself.