ShowUI Property (WiaDevice)
Gets or sets a value indicating whether WIA device should show the standard user interface.
'Declaration
Public Property ShowUI As Boolean
public bool ShowUI { get; set; }
public: __property bool get_ShowUI();
public: __property void set_ShowUI(
bool
);
public:
property bool ShowUI {
bool get();
void set(bool );
}
Property Value
True - WIA device should show the standard user interface;
false - WIA device should NOT show the standard user interface.
Default value is false.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5