You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Revamped Theme and Dark Mode draw methods. With a focus on focus.
- Added VisualStyleRenderer extensions
- Re-organized extension classes to mirror internal .NET classes and API
- More intuitive usage: use `e.DrawTheme...`, which will call `e.Draw...` when using default theme and `e.DrawDark...` when using Dark Mode.
- More consistent `FocusRectangle` and Highlighting. Remaining known unhandled cases:
- ListBox + CheckListBox
- DropDownList ComboBox
* Fix incorrectly commented out DrawText call
Re-commented out default (non-themed) DrawText.
* Updated per review
- PreferencesDialog Languages ListBox : in most cases, draw active focus instead of inactive
- SplitButton : draw Focus if Focused && ShowFocusCues
- DarkControlPaint : removed
0 commit comments