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.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
<GuidAttribute("096cd786-0786-11d1-95fa-0080c78ee3bb")> _
Public Interface Button _
    Inherits ButtonEmpty
'Usage
Dim instance As Button
[GuidAttribute("096cd786-0786-11d1-95fa-0080c78ee3bb")]
public interface Button : ButtonEmpty

Remarks

The Button object cannot be used directly in code.

See also

Reference

Microsoft.Office.Interop.InfoPath.SemiTrust namespace