CommonHelperGetControlWithFocus Method |
Search the hierarchy of the provided control looking for one that has the focus.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Control GetControlWithFocus(
Control control
)
Parameters
- control Control
- Top of the hierarchy to search.
Return Value
ControlControl with focus; otherwise null.
See Also