In This Topic
The Customer Information 2 text entry box
Syntax
'Declaration
Public CustomerInfo2 As System.Windows.Forms.TextBox
'Usage
Dim instance As LicenseDialog
Dim value As System.Windows.Forms.TextBox
value = instance.CustomerInfo2
instance.CustomerInfo2 = value
public System.Windows.Forms.TextBox CustomerInfo2
public field CustomerInfo2: System.Windows.Forms.TextBox;
public var CustomerInfo2 : System.Windows.Forms.TextBox;
public: System.Windows.Forms.TextBox* CustomerInfo2
public:
System.Windows.Forms.TextBox^ CustomerInfo2
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also