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






In This Topic
    LicenseTokenLabel Field
    In This Topic
    The label holding the default text "License Token"
    Syntax
    'Declaration
     
    
    Public LicenseTokenLabel As System.Windows.Forms.Label
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.Label
     
    value = instance.LicenseTokenLabel
     
    instance.LicenseTokenLabel = value
    public System.Windows.Forms.Label LicenseTokenLabel
    public field LicenseTokenLabel: System.Windows.Forms.Label; 
    public var LicenseTokenLabel : System.Windows.Forms.Label;
    public: System.Windows.Forms.Label* LicenseTokenLabel
    public:
    System.Windows.Forms.Label^ LicenseTokenLabel
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also