CommonHelperGetControlWithFocus Method |
Search the hierarchy of the provided control looking for one that has the focus.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Control GetControlWithFocus(
Control control
)
Parameters
- control
- Type: System.Windows.FormsControl
Top of the hierarchy to search.
Return Value
Type:
ControlControl with focus; otherwise null.
See Also