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


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

    Property Value

    Type: System.String
    A string of characters displayed on all 4 lines of the LCD.
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also