mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-16 21:56:00 +00:00
Update BrowserWindow.cs
This commit is contained in:
@@ -1075,6 +1075,14 @@ namespace ElectronNET.API
|
||||
{
|
||||
BridgeConnector.Emit("browserWindowSetFullScreen", Id, flag);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sets whether the background color of the window
|
||||
/// </summary>
|
||||
public void SetBackgroundColor(string color)
|
||||
{
|
||||
BridgeConnector.Emit("browserWindowSetBackgroundColor", Id, color);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Whether the window is in fullscreen mode.
|
||||
|
||||
Reference in New Issue
Block a user