Search
FlowChart.SetLicenseKey Method
See Also
 



Sets the license key of the control.

 Syntax

C#  Copy Code

public virtual void SetLicenseKey (
    string licenseKey
)

Visual Basic  Copy Code

Public Overridable Sub SetLicenseKey( _
    licenseKey As String _
)

 Parameters

licenseKey

A string value.

 See Also