In This Topic
The label holding the default text "Customer Information 2"
Syntax
'Declaration
Public CustomerInfo2Label As System.Windows.Forms.Label
'Usage
Dim instance As LicenseDialog
Dim value As System.Windows.Forms.Label
value = instance.CustomerInfo2Label
instance.CustomerInfo2Label = value
public System.Windows.Forms.Label CustomerInfo2Label
public field CustomerInfo2Label: System.Windows.Forms.Label;
public var CustomerInfo2Label : System.Windows.Forms.Label;
public: System.Windows.Forms.Label* CustomerInfo2Label
public:
System.Windows.Forms.Label^ CustomerInfo2Label
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also