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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also