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