Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void Execute | Call execute to show the component editor as not modal window. |
| 2 | void Execute(Control IParent) | Call execute to show the component editor as not modal window. |
Overload 1: void Execute
Call execute to show the component editor as not modal window.
Result: stored in self (calling object)
Overload 2: void Execute(Control IParent)
Call execute to show the component editor as not modal window.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | IParent | Control |
Result: stored in self (calling object)