FancyPrairie
Programmer
Is there a way to know if the form was opened with the windowmode set as dialog? I know when you open a form with the windowmode set to dialog the popup and modal properties are set to true. However, if the modal property is set to false in design view, the value remains false at runtime even though the form was opened in dialog mode. The way the code is written, I can't pass a flag via the openargs to let me know how the form was opened.
Is there a way to tell if the windowmode of the open form method was set to acdialog?
Is there a way to tell if the windowmode of the open form method was set to acdialog?