MenuDesigner::DataBind Method (BaseDataBoundControl^)
.NET Framework (current version)
Binds the associated control to the design-time data source.
Assembly: System.Design (in System.Design.dll)
If one of the following conditions is true, the DataBind method clears the Items property, and then calls the DataBind base method:
The DataSourceID property is not null or an empty string ("").
The DataSource property is not null.
The Items collection contains one or more elements.
The dataBoundControl parameter is the Menu control that is associated with this designer or a copy of that control.
.NET Framework
Available since 2.0
Available since 2.0
Show: