In This Topic
The label for the domain text box
Syntax
'Declaration
Public DomainLabel As System.Windows.Forms.Label
'Usage
Dim instance As LicenseDialog
Dim value As System.Windows.Forms.Label
value = instance.DomainLabel
instance.DomainLabel = value
public System.Windows.Forms.Label DomainLabel
public field DomainLabel: System.Windows.Forms.Label;
public var DomainLabel : System.Windows.Forms.Label;
public: System.Windows.Forms.Label* DomainLabel
public:
System.Windows.Forms.Label^ DomainLabel
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also