KryptonWorkspaceCellCellDesignerComponentFromPoint Method |
Called by the designer to get the component associated with the point.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected Component CellDesignerComponentFromPoint(
Point pt
)
Parameters
- pt Point
- Point to be tested.
Return Value
ComponentComponent associated with point or null.
See Also