WizardFramework.SetHelpKey(Control, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定指定之控制項的說明鍵。
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
控制項的說明鍵。