Property ForceActiveTitleBar
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
ForceActiveTitleBar
Gets or sets the titlebar rendering behavior for when the form is deactivated.
public bool ForceActiveTitleBar { get; set; }
Property Value
Remarks
If this property is false, the titlebar will be rendered in a different color when the form is inactive as opposed to active. If this property is true, it will always render with the active style. If the whole application is deactivated, the title bar will still be drawn in an inactive state.