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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also