Click or drag to resize

VisualControlBaseViewFromPoint Method

Gets the view associated with the provided client location.

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 ViewBase ViewFromPoint(
	Point pt
)

Parameters

pt  Point
Point to lookup.

Return Value

ViewBase
ViewBase associated with the point.
See Also