Button 接口

定义

Button 对象是 Microsoft InfoPath 对象,用于实现_ButtonEventSink与 InfoPath 窗体上的按钮关联的事件。

public interface class Button : Microsoft::Office::Interop::InfoPath::_ButtonEventSink_Event, Microsoft::Office::Interop::InfoPath::ButtonEmpty
[System.Runtime.InteropServices.Guid("096CD786-0786-11D1-95FA-0080C78EE3BB")]
public interface Button : Microsoft.Office.Interop.InfoPath._ButtonEventSink_Event, Microsoft.Office.Interop.InfoPath.ButtonEmpty
type Button = interface
    interface ButtonEmpty
    interface _ButtonEventSink_Event
Public Interface Button
Implements _ButtonEventSink_Event, ButtonEmpty
派生
属性
实现

注解

Button 对象不能直接在代码中使用。

方法

add_OnClick(_ButtonEventSink_OnClickEventHandler)

此类型是用于 Coclass 或 Coclass 成员(托管代码需要它来实现 COM 互操作性)的包装。 此类不适合在代码中使用。

(继承自 _ButtonEventSink_Event)
remove_OnClick(_ButtonEventSink_OnClickEventHandler)

此类型是用于 Coclass 或 Coclass 成员(托管代码需要它来实现 COM 互操作性)的包装。 此类不适合在代码中使用。

(继承自 _ButtonEventSink_Event)

事件

OnClick

此类型是用于 Coclass 或 Coclass 成员(托管代码需要它来实现 COM 互操作性)的包装。 此类不适合在代码中使用。

(继承自 _ButtonEventSink_Event)

适用于