AxHost.QueryAccessibilityHelp 이벤트

정의

QueryAccessibilityHelp 클래스는 AxHost 이벤트를 지원하지 않습니다.

public:
 event System::Windows::Forms::QueryAccessibilityHelpEventHandler ^ QueryAccessibilityHelp;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.QueryAccessibilityHelpEventHandler QueryAccessibilityHelp;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.QueryAccessibilityHelpEventHandler? QueryAccessibilityHelp;
[<System.ComponentModel.Browsable(false)>]
member this.QueryAccessibilityHelp : System.Windows.Forms.QueryAccessibilityHelpEventHandler 
Public Custom Event QueryAccessibilityHelp As QueryAccessibilityHelpEventHandler 

이벤트 유형

특성

설명

이벤트에 대한 QueryAccessibilityHelp 처리기를 추가하거나 제거하려고 하면 이 NotSupportedException throw됩니다. 클래스에서 파생된 이벤트는 클래스에서 ControlAxHost 지원되지 않습니다. 래퍼를 만들 때 ActiveX 컨트롤에 AxHost 의해 노출되는 이벤트는 사용해야 하는 이벤트입니다.

적용 대상