Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Button object is the Microsoft InfoPath 2010 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.