Feedback
Canvas controls can now draw their own focus indicators
- Status
- Fixed
- Fixed in
- v26.8.4
- Source discussion
- https://forum.objo.dev/d/764-canvas-allowfocusring-for-custom-canvas-based-controls/2
- Last updated
- 2026-08-17
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Canvas controls will gain an AllowFocusRing As Boolean property so custom Canvas-based controls can accept keyboard focus without also displaying Objo's standard focus ring. The property will default to True; setting it to False will suppress only the standard visual ring while preserving keyboard focus, tab-order participation, key events, and FocusReceived/FocusLost events. This lets developers draw a focus indicator appropriate to their custom control without showing two competing indicators.