MindFusion.Wpf Pack Programmer's Guide
UnhideSheetsForm.ShowDialog Method
See Also
 





Opens this form using the specified window as an owner.

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public Nullable<Boolean> ShowDialog (
    Window owner
)

Visual Basic  Copy Code

Public Function ShowDialog( _
    owner As Window _
) As Nullable(Of Boolean)

 Parameters

owner

The form owner.

 Return Value

A nullable boolean value that specifies whether the form was accepted (true) or canceled (false).

 See Also

UnhideSheetsForm Members
UnhideSheetsForm Class
MindFusion.Spreadsheet.Wpf.StandardForms Namespace