Button interface

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.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
<GuidAttribute("096CD786-0786-11D1-95FA-0080C78EE3BB")> _
Public Interface Button _
    Inherits ButtonEmpty, _ButtonEventSink_Event
'Usage
Dim instance As Button
[GuidAttribute("096CD786-0786-11D1-95FA-0080C78EE3BB")]
public interface Button : ButtonEmpty, _ButtonEventSink_Event

Remarks

The Button object cannot be used directly in code.

See also

Reference

Button members

Microsoft.Office.Interop.InfoPath namespace