AxHost.SetAboutBoxDelegate(AxHost+AboutBoxDelegate) 方法

定义

调用 ShowAboutBox() 方法来显示 ActiveX 控件的“关于”对话框。

protected:
 void SetAboutBoxDelegate(System::Windows::Forms::AxHost::AboutBoxDelegate ^ d);
protected void SetAboutBoxDelegate (System.Windows.Forms.AxHost.AboutBoxDelegate d);
member this.SetAboutBoxDelegate : System.Windows.Forms.AxHost.AboutBoxDelegate -> unit
Protected Sub SetAboutBoxDelegate (d As AxHost.AboutBoxDelegate)

参数

注解

该方法 SetAboutBoxDelegate 还允许派生类在不附加委托的情况下处理 ShowAboutBox 该方法。 这是处理 ShowAboutBox 派生类中方法的首选方法。

有关示例,请参见 AxHost

继承者说明

在派生类中重写 SetAboutBoxDelegate(AxHost+AboutBoxDelegate) 时,请务必调用基类的方法,以便已注册的 SetAboutBoxDelegate(AxHost+AboutBoxDelegate) 委托接收 ShowAboutBox() 该方法。

适用于

另请参阅