Click or drag to resize

DragViewControllerLostFocus Method

Source control has lost the focus.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual void LostFocus(
	Control c
)

Parameters

c  Control
Reference to the source control instance.

Implements

ISourceControllerLostFocus(Control)
See Also