Using a Check Box to Set Properties for Another Control

You can use a check box to set certain properties, such as visibility, enabled, and required for another control.

Sample Project

forms.samples.controls/Forms/Visibility/VisibilityBinding

To view the sample for this task, import the advanced sample projects as described in Importing the Forms Advanced Samples. The sample form for the task described in this section is contained in the forms.samples.controls project.

The form (VerticalBinding.form) is at:

   forms.samples.controls/Forms/visibility/

You can double-click the form’s filename (as well as those of other project resources) in the Project Explorer to open it in the editor. There, you can examine it and use it as a model for your own projects.