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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also