SearchControlDataSource.OnInvokeHelp(String) 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.
Provides class handling for invoking topic help on the data source or any element derived from it.
protected:
virtual bool OnInvokeHelp(System::String ^ helpTopic);
protected:
virtual bool OnInvokeHelp(Platform::String ^ helpTopic);
virtual bool OnInvokeHelp(std::wstring const & helpTopic);
protected virtual bool OnInvokeHelp (string helpTopic);
abstract member OnInvokeHelp : string -> bool
override this.OnInvokeHelp : string -> bool
Protected Overridable Function OnInvokeHelp (helpTopic As String) As Boolean
Parameters
- helpTopic
- String
The topic for which help was invoked.
Returns
Returns Boolean.