'Declaration Public Class LicenseDialog Inherits System.Windows.Forms.Form
'Usage Dim instance As LicenseDialog
public class LicenseDialog : System.Windows.Forms.Form
public ref class LicenseDialog : public System.Windows.Forms.Form
'Declaration Public Class LicenseDialog Inherits System.Windows.Forms.Form
'Usage Dim instance As LicenseDialog
public class LicenseDialog : System.Windows.Forms.Form
public ref class LicenseDialog : public System.Windows.Forms.Form
This dialog uses ONLY public methods of other objects, such as DicomLicense.ActivateOnLine and hence all functionality can be replaced by develolpers if you wish, but alternatively, for a simpler implementation you can simply customise the properties of this dialog or even derive one from it.
There is always one static copy of this dialog (DicomLicense.Dialog) which will be used for most functions by DicomObjects, but note that a clean (non-customisable) copy is used for the "nag" screens on trial and developer licenses, to prevent abuse of those licenses in commercial products.
The dialog is used in 2 forms, a "full" form when a license needs to be obtained, and a shortened form when only information needs to be shown (e.g. a license about to expire).
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
DicomObjects.LicenseDialog