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 protected Component CellDesignerComponentFromPoint(
Point pt
)
Parameters
- pt
- Type: System.DrawingPoint
Point to be tested.
Return Value
Type:
ComponentComponent associated with point or null.
See Also