DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / Dialog Property



    Dialog Property
    Static LicenseDialog used to inform the user about license problems
    Syntax
    'Declaration
     
    Public Shared Property Dialog As LicenseDialog
     
    'Usage
     
    Dim value As LicenseDialog
     
    DicomLicense.Dialog = value
     
    value = DicomLicense.Dialog
    Remarks
    This instance of the dialog is used for most internally generated notifications, giving developers the chance to cusomise its properties before it may be used. Note that an independent non-customisable instance is used for Trial and Developer notifications, but these should only ever be seen by a developer anyway!
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also