Click or drag to resize

KryptonWorkspaceCellCellDesignerComponentFromPoint Method

Called by the designer to get the component associated with the point.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected Component CellDesignerComponentFromPoint(
	Point pt
)

Parameters

pt  Point
Point to be tested.

Return Value

Component
Component associated with point or null.
See Also