On Region Control Draw
When it is launched
The script is launched prior to redrawing the region.
- If the DrawDefault.Value property is set to true, drawing the region will be cancelled.
- If the DrawDefault.Value property is set to false, the region will be redrawn.
By default, the value of the DrawDefault parameter is false.
Parameters
| Name | Type | Access | Description |
|---|---|---|---|
| Context | IFieldRegionControl | Read/write | The region |
| DrawContext | IDrawContext | Read/write | The drawing context |
| DrawDefault | IBoolean | Read/write | Specifies whether to continue drawing the region |
4/12/2024 6:16:02 PM