ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1FullscreenDialog Class / DialogResult Property

In This Topic
    DialogResult Property
    In This Topic
    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