Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / MessageBoxResult Enumeration

In This Topic
    MessageBoxResult Enumeration
    In This Topic
    Represents a user's response to a message box.
    Syntax
    'Declaration
     
    
    Public Enum MessageBoxResult 
       Inherits System.Enum
    public enum MessageBoxResult : System.Enum 
    Members
    MemberDescription
    CancelThe user clicked the Cancel button or pressed ESC.
    NoneNo result.
    OKThe user clicked the OK button.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.MessageBoxResult

    See Also