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


In This Topic
    VirtualMode Property
    In This Topic
    Gets or sets a value indicating if virtual mode is enabled.
    Syntax
    'Declaration
     
    
    Public Property VirtualMode As Boolean
    'Usage
     
    
    Dim instance As USB_DLL
    Dim value As Boolean
     
    instance.VirtualMode = value
     
    value = instance.VirtualMode
    public bool VirtualMode {get; set;}

    Property Value

    Type: System.Boolean True if enabled, otherwise false.
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also