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