次の方法で共有


HelpProvider.GetHelpKeyword メソッド

指定したコントロールのヘルプ キーワードを取得します。

Public Overridable Function GetHelpKeyword( _
   ByVal ctl As Control _) As String
[C#]
public virtual string GetHelpKeyword(Controlctl);
[C++]
public: virtual String* GetHelpKeyword(Control* ctl);
[JScript]
public function GetHelpKeyword(
   ctl : Control) : String;

パラメータ

  • ctl
    ヘルプ トピックの取得対象となる Control

戻り値

このコントロールに関連付けられたヘルプ トピック。 HelpProvider オブジェクトが現在ヘルプ ファイル全体を表示するように設定されている場合、またはヘルプ文字列を提供するように設定されている場合、このメソッドは null 参照 (Visual Basic では Nothing) を返します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

HelpProvider クラス | HelpProvider メンバ | System.Windows.Forms 名前空間 | GetHelpString | GetHelpKeyword | GetShowHelp | SetHelpString | SetHelpKeyword