Spread WinForms 15
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
See Also