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

控制項的說明鍵。

適用於