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


In This Topic
    LCDLine1 Property
    In This Topic
    Gets a string that contains the characters displayed on line 1 of the LCD.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LCDLine1 As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim value As String
     
    value = instance.LCDLine1
    public string LCDLine1 {get;}

    Property Value

    Type: System.String
    A string of characters displayed on line 1 of the LCD.
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also