mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-18 06:37:32 +00:00
Add TitleBarOverlay option
This commit is contained in:
@@ -222,6 +222,12 @@ namespace ElectronNET.API.Entities
|
||||
/// </summary>
|
||||
public bool FullscreenWindowTitle { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Activate the Window Controls Overlay on Windows, when combined with <see cref="TitleBarStyle"/> = <see cref="TitleBarStyle.Hidden"/>
|
||||
/// </summary>
|
||||
[SupportedOSPlatform("win")]
|
||||
public bool TitleBarOverlay { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Use WS_THICKFRAME style for frameless windows on Windows, which adds standard
|
||||
/// window frame.Setting it to false will remove window shadow and window
|
||||
|
||||
Reference in New Issue
Block a user