Compartilhar via


Button Interface

Definição

O objeto Button é o objeto Microsoft InfoPath usado para implementar o evento associado a _ButtonEventSink um botão em um formulário InfoPath.

public interface class Button : Microsoft::Office::Interop::InfoPath::_ButtonEventSink_Event, Microsoft::Office::Interop::InfoPath::ButtonEmpty
[System.Runtime.InteropServices.Guid("096CD786-0786-11D1-95FA-0080C78EE3BB")]
public interface Button : Microsoft.Office.Interop.InfoPath._ButtonEventSink_Event, Microsoft.Office.Interop.InfoPath.ButtonEmpty
type Button = interface
    interface ButtonEmpty
    interface _ButtonEventSink_Event
Public Interface Button
Implements _ButtonEventSink_Event, ButtonEmpty
Derivado
Atributos
Implementações

Comentários

O objeto Button não pode ser usado diretamente no código.

Métodos

add_OnClick(_ButtonEventSink_OnClickEventHandler)

This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.

(Herdado de _ButtonEventSink_Event)
remove_OnClick(_ButtonEventSink_OnClickEventHandler)

This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.

(Herdado de _ButtonEventSink_Event)

Eventos

OnClick

This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.

(Herdado de _ButtonEventSink_Event)

Aplica-se a