VintaSoft Twain .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Twain Namespace / Device Class / ShowUI Property
Syntax Requirements SeeAlso
In This Topic
    ShowUI Property (Device)
    In This Topic
    Determines that the User Interface of device should be shown.
    Syntax
    'Declaration
    
    Public Property ShowUI As Boolean
    
    
    public bool ShowUI { get; set; }
    
    
    public: __property bool get_ShowUI();
    public: __property void set_ShowUI(
    bool value
    );
    public:
    property bool ShowUI { bool get(); void set(bool value); }

    Property Value

    true - show the UI of the device, false - do not show the UI of the device. Default value is true in Windows, default value is false in Linux and macOS.
    Requirements

    Target Platforms: .NET 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also