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

Parameters

control  Control
Top of the hierarchy to search.

Return Value

Control
Control with focus; otherwise null.
See Also