Button-Schnittstelle

Das Button-Objekte ist das Microsoft Office InfoPath 2007-Objekt, mit dem das _ButtonEventSink-Ereignis implementiert wird, das einer Schaltfläche auf einem InfoPath-Formular zugeordnet ist.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

<CoClassAttribute(GetType(ButtonClass))> _
Public Interface Button
    Inherits _ButtonEventSink_Event

Dim instance As Button
[CoClassAttribute(typeof(ButtonClass))] 
public interface Button : _ButtonEventSink_Event

Hinweise

Das Button-Objekt kann nicht direkt im Code verwendet werden.

Siehe auch

Referenz

Button-Member
Microsoft.Office.Interop.InfoPath-Namespace