Click or drag to resize

ViewBaseGotFocus Method

Source control has got 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 virtual void GotFocus(
	Control c
)

Parameters

c
Type: System.Windows.FormsControl
Reference to the source control instance.
See Also