[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.ShowDialog

ShowDialog Method

ShowDialog(double, double)

Opens a window and returns only when the newly opened window is closed.

Declaration
bool ShowDialog(double x = NaN, double y = NaN)
Function ShowDialog(Optional x As Double = NaN, Optional y As Double = NaN) As Boolean
Parameters
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.

Returns
Type Description
bool

true if user select OK; otherwise, false.