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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected void StartCapture(
	ViewBase element
)

Parameters

element  ViewBase
Target element for the capture events.
See Also