HelpProvider.GetHelpKeyword(Control) 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.
Returns the Help keyword for the specified control.
public:
virtual System::String ^ GetHelpKeyword(System::Windows::Forms::Control ^ ctl);
public virtual string GetHelpKeyword (System.Windows.Forms.Control ctl);
public virtual string? GetHelpKeyword (System.Windows.Forms.Control ctl);
abstract member GetHelpKeyword : System.Windows.Forms.Control -> string
override this.GetHelpKeyword : System.Windows.Forms.Control -> string
Public Overridable Function GetHelpKeyword (ctl As Control) As String
Parameters
Returns
The Help keyword associated with this control, or null
if the HelpProvider is currently configured to display the entire Help file or is configured to provide a Help string.
Applies to
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.