次の方法で共有


Button インターフェイス

Button オブジェクトは、InfoPath フォーム上のボタンに関連付けられている _ButtonEventSink イベントを実装するために使用される Microsoft Office InfoPath 2007 オブジェクトです。

名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)

構文

'宣言
<CoClassAttribute(GetType(ButtonClass))> _
Public Interface Button
    Inherits _ButtonEventSink_Event
'使用
Dim instance As Button
[CoClassAttribute(typeof(ButtonClass))] 
public interface Button : _ButtonEventSink_Event

コメント

Button オブジェクトをコード内で直接使用することはできません。

関連項目

参照

Button のメンバ
Microsoft.Office.Interop.InfoPath 名前空間