DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLicense Class / Dialog Property

In This Topic
    Dialog Property
    In This Topic
    Static LicenseDialog used to inform the user about license problems
    Syntax
    'Declaration
     
    
    Public Shared Property Dialog As LicenseDialog
    public static LicenseDialog Dialog {get; set;}
    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.8 or higher

    See Also