MtxDialog.Execute Method

Overload List

#SignatureDescription
1void 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.
2void 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.

#NameDescription
1modalIf true, form is modal. If false, form is modeless.

Result: stored in self (calling object)

Overload 2: void Execute(Boolean modal, Control Parent)

#NameTypeDescription
1modalBoolean
2ParentControl

Result: stored in self (calling object)