ComponentOne Basic Library for UWP
DialogResult Property

C1.UWP Assembly > C1.Xaml Namespace > C1FullscreenDialog Class : DialogResult Property
Gets or sets the dialog result for the window.
Syntax
'Declaration
 
Public Property DialogResult As MessageBoxResult
public MessageBoxResult DialogResult {get; set;}
Remarks
Setting this property to a value other than "None" automatically closes the window.
See Also

Reference

C1FullscreenDialog Class
C1FullscreenDialog Members