'Declaration Function ShowDialog( _ Optional ByVal x As Double, _ Optional ByVal y As Double _ ) As Boolean
Parameters
- x
- The x-coorinate of the newly window. Use System.Double.NaN to align at the center of owner window.
- y
- The y-coorinate of the newly window. Use System.Double.NaN to align at the middle of owner window.
Return Value
true
if user select OK; otherwise, false
.