Opens this form using the specified window as an owner.
Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Boolean> ShowDialog ( |
Visual Basic
Copy Code
|
|---|
Public Function ShowDialog( _ |
The form owner.
A nullable boolean value that specifies whether the form was accepted (true) or canceled (false).
See Also