FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / LCDLine4 Property


In This Topic
    LCDLine4 Property
    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.String
    A string of characters displayed on line 4 of the LCD.
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also