Click or drag to resize

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
C#
public static Control GetControlWithFocus(
	Control control
)

Parameters

control
Type: System.Windows.FormsControl
Top of the hierarchy to search.

Return Value

Type: Control
Control with focus; otherwise null.
See Also