LicenseShowLicenseProperties Method
|
Namespace: Bricscad.Licensing
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public static LicenseInformation ShowLicenseProperties(
short version,
IntPtr hwndParent
)
Public Shared Function ShowLicenseProperties (
version As Short,
hwndParent As IntPtr
) As LicenseInformation
public:
static LicenseInformation ShowLicenseProperties(
short version,
IntPtr hwndParent
)
static member ShowLicenseProperties :
version : int16 *
hwndParent : IntPtr -> LicenseInformation
Parameters
- version
- Type: SystemInt16
- hwndParent
- Type: SystemIntPtr
Return Value
Type:
LicenseInformation
See Also