XdsObjects Help file
XdsObjects Namespace / XdsLicense Class / Dialog Property



In This Topic
    Dialog Property
    In This Topic
    Static LicenseDialog used to inform the user about license problems
    Syntax
    Public Shared Property Dialog As LicenseDialog
    Dim value As LicenseDialog
     
    XdsLicense.Dialog = value
     
    value = XdsLicense.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also