Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void Execute(Boolean modal) | Call execute to show the control editor. The method can be called many times, if the dialog is running and will bring its window to the front. |
| 2 | void Execute(Boolean modal, Control Parent) |
Overload 1: void Execute(Boolean modal)
Call execute to show the control editor. The method can be called many times, if the dialog is running and will bring its window to the front.
| # | Name | Description |
|---|---|---|
| 1 | modal | If true, form is modal. If false, form is modeless. |
Result: stored in self (calling object)
Overload 2: void Execute(Boolean modal, Control Parent)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | modal | Boolean | |
| 2 | Parent | Control |
Result: stored in self (calling object)