Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / DialogResult Property


In This Topic
    DialogResult Property
    In This Topic
    Gets or sets the value returned to the parent when the button is clicked.
    Syntax
    'Declaration
     
    Public Property DialogResult As DialogResult
    'Usage
     
    Dim instance As FpButton
    Dim value As DialogResult
     
    instance.DialogResult = value
     
    value = instance.DialogResult
    public DialogResult DialogResult {get; set;}

    Property Value

    DialogResult setting that specifies the return value of the dialog box
    See Also