createRegionFromMask

Type: Boolean

Availability: Read or write at any time

The createRegionFromMask property of the JadeMask class specifies whether a region is created around the mask picture on the control.

This property enables you to display an irregular shaped control on a form by hiding the display of the area within the rectangle that does not contain the mask picture. By default, a region is not created from the mask; that is, this property is set to false by default.

The first example in the following image shows a JADE mask control on a form with no region created and the second example shows a region created from the mask picture on the same control (that is, the property is set to true).