[]
        
(Showing Draft Content)

C1.WPF.C1Window.DialogResult

DialogResult Property

DialogResult

Gets or sets the dialog result for the window.

Declaration
public MessageBoxResult DialogResult { get; set; }
Remarks

Setting this property to a value other than "None" automatically closes the window. Clicking the "Close" button on the window caption bar sets DialogResult to Cancel and then closes the window.