WinFormsDataBindingHelper.InitializeDataSourceFromBinding(ComboBox) Method
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.
Initialize the dropdown list for a ComboBox using the values of the enumeration it is bound to.
public:
[System::Runtime::CompilerServices::Extension]
static void InitializeDataSourceFromBinding(System::Windows::Forms::ComboBox ^ combo);
public static void InitializeDataSourceFromBinding (this System.Windows.Forms.ComboBox combo);
static member InitializeDataSourceFromBinding : System.Windows.Forms.ComboBox -> unit
<Extension()>
Public Sub InitializeDataSourceFromBinding (combo As ComboBox)
Parameters
- combo
- ComboBox