Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBox.WebLicense Property

Defines the license information for use on one web site.

Syntax

Get

VB.NETLicense = object.WebLicense As String
VBLicense = object.WebLicense As String
C#.NETstring License = object.WebLicense;
VC++_bstr_t License = object->WebLicense;
_bstr_t License = object->GetWebLicense();
CHRESULT object->get_WebLicense(BSTR* License);

Put

VB.NETobject.WebLicense = License As String
VBobject.WebLicense = License As String
C#.NETstring object.WebLicense = License;
VC++_bstr_t object->WebLicense = License;
void object->PutWebLicense(_bstr_t License);
CHRESULT object->put_WebLicense(BSTR License);

object

A SftBox object.

License

Defines the license information for use on one web site.

Comments

The WebLicense property defines the license information for use on one web site.

The use of the WebLicense property is no longer required and this property has no effect.

See Also SftBox Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.