[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog

IDialog Interface

Represents a built-in dialog.

Namespace: GrapeCity.Wpf.SpreadSheet.Dialogs
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public interface IDialog
Public Interface IDialog

Properties

Name Description
Owner

Gets or sets the Window that owns this IDialog.

Value

Gets or sets the value of the dialog.

Methods

Name Description
Close()

Manually closes a IDialog.

Show(double, double)

Opens a window and returns without waiting for the newly opened window to close.

ShowDialog(double, double)

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