Spread Windows Forms 12.0 Product Documentation
DialogResult Property


FarPoint.Win Assembly > FarPoint.Win Namespace > FpButton Class : DialogResult Property
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

Reference

FpButton Class
FpButton Members