Button Interface

Definition

The Button object is the Microsoft InfoPath object that is used to implement the _ButtonEventSink event that is associated with a button on an InfoPath form.

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
Derived
Attributes
Implements

Remarks

The Button object cannot be used directly in code.

Methods

add_OnClick(_ButtonEventSink_OnClickEventHandler)

This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.

(Inherited from _ButtonEventSink_Event)
remove_OnClick(_ButtonEventSink_OnClickEventHandler)

This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.

(Inherited from _ButtonEventSink_Event)

Events

OnClick

This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.

(Inherited from _ButtonEventSink_Event)

Applies to