To add the fourth group of input components to C1InputPanel using the C1InputPanel Item Collection Editor, complete the following:
- Select InputGroupHeader from the drop-down list box and click Add. Set its Text property to "Address".
- Select InputLabel from the drop-down list box and click Add. Set its Text property to "Street".
- Select InputTextBox from the drop-down list box and click Add. Set its Multiline property to True. Expand its DataBindings node and set its Text to “bindingSource1-Address”.
- Select InputLabel from the drop-down list box and click Add. Set its Text property to "City,Region".
- Select InputTextBox from the drop-down list box and click Add. Expand its DataBindings node and set its Text to “bindingSource1-City”. Set its Break property to None.
- Select InputTextBox from the drop-down list box and click Add. Expand its DataBindings node and set its Text to “bindingSource1-Region”.
- Select InputLabel from the drop-down list box and click Add. Set its Text property to "Country:".
- Select InputTextBox from the drop-down list box and click Add. Expand its DataBindings node and set its Text to “bindingSource1-Country”.
You have successfully bound all of C1InputPanel's elements to the data source.