Share via


WinFormsDataBindingHelper.InitializeDataSources(Control) Method

Definition

Walk all of the controls in the container initializing the DataSource dropdown lists for any that are Databound to items where the values can be calculated.

public:
 static void InitializeDataSources(System::Windows::Forms::Control ^ container);
public static void InitializeDataSources (System.Windows.Forms.Control container);
static member InitializeDataSources : System.Windows.Forms.Control -> unit
Public Sub InitializeDataSources (container As Control)

Parameters

container
Control

Applies to