The Wayback Machine - https://web.archive.org/web/20220409152500/https://github.com/topics/ui-library
Skip to content
#

ui-library

Here are 214 public repositories matching this topic...

ant-design
ReaLTaiizor
arthuridea
arthuridea commented Apr 7, 2022

Is your feature request related to a problem? Please describe.
I think it will be better if adding a dotted rectangle when the control is in active state.

Describe the solution you'd like

  1. Add a _focusState field.
  2. Change _focusState in GotFocus and LostFocus event handler.
  3. In OnPaint event handler,invoking ControlPaint.DrawFocusRectangle method to draw a rectangle.
enhancement good first issue

Improve this page

Add a description, image, and links to the ui-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ui-library topic, visit your repo's landing page and select "manage topics."

Learn more