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::SemiTrust::ButtonEmpty
[System.Runtime.InteropServices.Guid("096cd786-0786-11d1-95fa-0080c78ee3bb")]
public interface Button : Microsoft.Office.Interop.InfoPath.SemiTrust.ButtonEmpty
type Button = interface
    interface ButtonEmpty
Public Interface Button
Implements ButtonEmpty
Attributes
Implements

Remarks

The Button object cannot be used directly in code.

Applies to