Click or drag to resize

VisualFormStartCapture Method

Start capturing mouse input for a particular element that is inside the chrome.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected void StartCapture(
	ViewBase element
)

Parameters

element
Type: Internal.ComponentFactory.Krypton.ToolkitViewBase
Target element for the capture events.
See Also