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

控件的帮助键。

适用于