WizardFramework.RemoveHelpKey 메서드

Removes the help key for the specified control. Help will no longer be available for the specified control.

네임스페이스:  Microsoft.SqlServer.Management.SqlWizardFramework
어셈블리:  Microsoft.SqlServer.Management.SqlWizardFramework(Microsoft.SqlServer.Management.SqlWizardFramework.dll)

구문

‘선언
Public Sub RemoveHelpKey ( _
    ctl As Control _
)
‘사용 방법
Dim instance As WizardFramework 
Dim ctl As Control

instance.RemoveHelpKey(ctl)
public void RemoveHelpKey(
    Control ctl
)
public:
virtual void RemoveHelpKey(
    Control^ ctl
) sealed
abstract RemoveHelpKey : 
        ctl:Control -> unit  
override RemoveHelpKey : 
        ctl:Control -> unit
public final function RemoveHelpKey(
    ctl : Control
)

매개 변수

참고 항목

참조

WizardFramework 클래스

Microsoft.SqlServer.Management.SqlWizardFramework 네임스페이스