In This Topic
Gets a string that contains the characters displayed on line 4 of the LCD.
Syntax
'Declaration
Public ReadOnly Property LCDLine4 As String
'Usage
Dim instance As USB_DLL
Dim value As String
value = instance.LCDLine4
public string LCDLine4 {get;}
Property Value
Type:
System.StringA string of characters displayed on line 4 of the LCD.
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also