WebAppManifestDisplayOverrides Property |
Version 130.1.90
The overrided display mode controlled by the user.
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string[] DisplayOverrides { get; set; }
public:
property array<String^>^ DisplayOverrides {
array<String^>^ get ();
void set (array<String^>^ value);
}
Property Value
StringSee Also