ModalUI Property (Device)
Determines that the User Interface of device should be shown in modal state.
'Declaration
Public Property ModalUI As Boolean
public bool ModalUI { get; set; }
public: __property bool get_ModalUI();
public: __property void set_ModalUI(
bool
);
public:
property bool ModalUI {
bool get();
void set(bool );
}
Property Value
true - show modally the UI of the device, false - do not show modally the UI of the device. Default value is false.
Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5