DicomObjects.NET.V8
DicomObjects Namespace / LicenseDialog Class / CustomerInfo2 Field



In This Topic
    CustomerInfo2 Field
    In This Topic
    The Customer Information 2 text entry box
    Syntax
    'Declaration
     
    Public CustomerInfo2 As TextBox
    'Usage
     
    Dim instance As LicenseDialog
    Dim value As TextBox
     
    value = instance.CustomerInfo2
     
    instance.CustomerInfo2 = value
    public TextBox CustomerInfo2
    public:
    TextBox^ CustomerInfo2
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also