DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / LicenseToken Field






In This Topic
    LicenseToken Field
    In This Topic
    The LicenseToken text entry box
    Syntax
    'Declaration
     
    
    Public LicenseToken As System.Windows.Forms.TextBox
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.TextBox
     
    value = instance.LicenseToken
     
    instance.LicenseToken = value
    public System.Windows.Forms.TextBox LicenseToken
    public field LicenseToken: System.Windows.Forms.TextBox; 
    public var LicenseToken : System.Windows.Forms.TextBox;
    public: System.Windows.Forms.TextBox* LicenseToken
    public:
    System.Windows.Forms.TextBox^ LicenseToken
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also