[]
Opens a window and returns only when the newly opened window is closed.
bool ShowDialog(double x = NaN, double y = NaN)
Function ShowDialog(Optional x As Double = NaN, Optional y As Double = NaN) As Boolean
Type | Name | Description |
---|---|---|
double | x | The x-coorinate of the newly window. Use NaN to align at the center of owner window. |
double | y | The y-coorinate of the newly window. Use NaN to align at the middle of owner window. |
Type | Description |
---|---|
bool |
|