Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / LicenseDialogGC Class / Agreed Method
Whether user agrees to the license


In This Topic
Agreed Method (LicenseDialogGC)
In This Topic
Determines whether user agrees to the license.
Syntax
'Declaration
 
Public Sub Agreed( _
   ByVal agreedToLicense As Boolean _
) 
 
'Usage
 
Dim instance As LicenseDialogGC
Dim agreedToLicense As Boolean
 
instance.Agreed(agreedToLicense)

Parameters

agreedToLicense
Whether user agrees to the license
See Also