RegionBuilder Component
The RegionBuilder is a component which interacts with all controls that implement the IRegionControl interface. The RegionBuilder can modify the shape of it’s parent Form to be the union of all Controls on the Form which declare that they want to be part of the shape of the Form.
Properties
ParentForm – Form – This is the Form the RegionBuilder will be modifying the shape of. In the property grid, double clicking the ParentForm property name will set the property to the first available Form.
MakeFormRegion – bool – Setting this property will change the Form’s region at runtime to be the union of all controls on the ParentForm which implement IRegionControl and have their AddToFormRegion property set to true. This property has no affect at design time. The default for MakeFormRegion is false.