Returns whether the UI plugin is
licensed.
| [Visual Basic .NET] |
|---|
Public Function IsLicensed() As Boolean
|
| [C#] |
|---|
public bool IsLicensed();
|
| [Managed C++] |
|---|
public: bool IsLicensed();
|
| [Java] |
|---|
public bool isLicensed();
|
| [Unmanaged C++] |
|---|
public: HRESULT IsLicensed(
|