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
    'Usage
     
    
    Dim value As LicenseDialog
     
    DicomLicense.Dialog = value
     
    value = DicomLicense.Dialog
    public static LicenseDialog Dialog {get; set;}
    public read-write property Dialog: LicenseDialog; static; 
    public static function get,set Dialog : LicenseDialog
    public: __property static LicenseDialog* get_Dialog();
    public: __property static void set_Dialog( 
       LicenseDialog* value
    );
    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.8 or higher

    See Also