AboutScreenShow Method |
|
DataPA OpenAnalytics API Reference
Creates and shows an about screen.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void Show(
string Version,
string LicenseType,
string SerialNumber,
string LicensedQty,
string LicensedName,
string LicensedOrganisation
)
Public Sub Show (
Version As String,
LicenseType As String,
SerialNumber As String,
LicensedQty As String,
LicensedName As String,
LicensedOrganisation As String
)
public:
virtual void Show(
String^ Version,
String^ LicenseType,
String^ SerialNumber,
String^ LicensedQty,
String^ LicensedName,
String^ LicensedOrganisation
) sealed
function Show(Version, LicenseType, SerialNumber, LicensedQty, LicensedName, LicensedOrganisation);
Parameters
- Version
- Type: SystemString
The version number to be displayed on the about screen. - LicenseType
- Type: SystemString
The license to be displayed on the about screen. - SerialNumber
- Type: SystemString
The seriel number to be displayed on the about screen. - LicensedQty
- Type: SystemString
The licensed quantity to be displayed on the about screen. - LicensedName
- Type: SystemString
The licensed name to be displayed on the about screen. - LicensedOrganisation
- Type: SystemString
The licensed organisation to be displayed on the about screen.
Remarks See Also