DicomObjects.NET.V8
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
    'Usage
     
    Dim value As LicenseDialog
     
    DicomLicense.Dialog = value
     
    value = DicomLicense.Dialog
    public static LicenseDialog Dialog {get; set;}
    public:
    static property LicenseDialog^ Dialog {
       LicenseDialog^ get();
       void set (    LicenseDialog^ value);
    }
    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