InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputButton Class / DialogResult Property

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