ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownItem Class / DialogResult Property

In This Topic
    DialogResult Property
    In This Topic
    Gets or sets the dialog-box result produced in a modal form by clicking the button.
    Syntax
    'Declaration
     
    Public Property DialogResult As DialogResult
    public DialogResult DialogResult {get; set;}
    See Also