次の方法で共有


WizardFramework.SetHelpKey(Control, String) メソッド

定義

指定したコントロールのヘルプ キーを設定します。

public:
 virtual void SetHelpKey(System::Windows::Forms::Control ^ ctl, System::String ^ helpKey);
public void SetHelpKey (System.Windows.Forms.Control ctl, string helpKey);
abstract member SetHelpKey : System.Windows.Forms.Control * string -> unit
override this.SetHelpKey : System.Windows.Forms.Control * string -> unit
Public Sub SetHelpKey (ctl As Control, helpKey As String)

パラメーター

ctl
Control

ヘルプ キーを設定する Control オブジェクトです。

helpKey
String

コントロールのヘルプ キーです。

適用対象