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






In This Topic
    OnLineDescription Field
    In This Topic
    The text describing On-Line activation
    Syntax
    'Declaration
     
    
    Public OnLineDescription As System.Windows.Forms.Label
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.Label
     
    value = instance.OnLineDescription
     
    instance.OnLineDescription = value
    public System.Windows.Forms.Label OnLineDescription
    public field OnLineDescription: System.Windows.Forms.Label; 
    public var OnLineDescription : System.Windows.Forms.Label;
    public: System.Windows.Forms.Label* OnLineDescription
    public:
    System.Windows.Forms.Label^ OnLineDescription
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also