AxHost.ChangeUICues イベント

定義

ChangeUICues イベントは、AxHost クラスではサポートされません。

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

イベントの種類

UICuesEventHandler
属性

注釈

イベントのハンドラー ChangeUICues を追加または削除しようとすると、a NotSupportedException がスローされます。 クラスから Control 派生したイベントは、クラスで AxHost サポートされていません。 ラッパーの作成時 AxHost に ActiveX コントロールによって公開されるイベントは、使用する必要があるイベントです。

適用対象