Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1Button Class / DialogResult Property

In This Topic
    DialogResult Property (C1Button)
    In This Topic
    Gets or sets a value that is returned to the parent form when the button is clicked.
    Syntax
    'Declaration
     
    
    Public Property DialogResult As DialogResult
    public DialogResult DialogResult {get; set;}
    See Also