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

    Property Value

    true - show modally the UI of the device, false - do not show modally the UI of the device. Default value is false.
    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