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

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