Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / LicenseDialog Class / IsBeta Method
Whether beta
License text string


In This Topic
    IsBeta Method (LicenseDialog)
    In This Topic
    Determines whether the license is for a beta product.
    Syntax
    'Declaration
     
    
    Public Sub IsBeta( _
       ByVal beta As Boolean, _
       ByVal licenseText As String _
    ) 
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim beta As Boolean
    Dim licenseText As String
     
    instance.IsBeta(beta, licenseText)
    public void IsBeta( 
       bool beta,
       string licenseText
    )

    Parameters

    beta
    Whether beta
    licenseText
    License text string
    See Also