ActionsPane.DataBindings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data bindings for the actions pane.
public:
property System::Windows::Forms::ControlBindingsCollection ^ DataBindings { System::Windows::Forms::ControlBindingsCollection ^ get(); };
public System.Windows.Forms.ControlBindingsCollection DataBindings { get; }
member this.DataBindings : System.Windows.Forms.ControlBindingsCollection
Public ReadOnly Property DataBindings As ControlBindingsCollection
Property Value
The collection of data bindings (Binding objects) for the actions pane.
Remarks
This property provides the same functionality as the System.Windows.Forms.Control.DataBindings property. For more information about using this property, see System.Windows.Forms.Control.DataBindings.