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

컨트롤의 도움말 키입니다.

적용 대상