PrintPreviewDialog.DataBindings プロパティ

定義

コントロールのデータ連結を取得します。

public:
 property System::Windows::Forms::ControlBindingsCollection ^ DataBindings { System::Windows::Forms::ControlBindingsCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ControlBindingsCollection DataBindings { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DataBindings : System.Windows.Forms.ControlBindingsCollection
Public ReadOnly Property DataBindings As ControlBindingsCollection

プロパティ値

ControlBindingsCollection

コントロールの ControlBindingsCollection オブジェクトを格納している Binding

属性

注釈

このクラスでは、このプロパティは使用されません。

このプロパティを DataBindings 使用して、 ControlBindingsCollection. コレクションにオブジェクトを追加 Binding することで、コントロールの任意のプロパティをオブジェクトのプロパティにバインドできます。

適用対象