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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected Component CellDesignerComponentFromPoint(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
Point to be tested.

Return Value

Type: Component
Component associated with point or null.
See Also