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