Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / LicenseDialog Class / Agreed Method
Whether user agrees to the license


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

    Parameters

    agreedToLicense
    Whether user agrees to the license
    See Also