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 (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
protected void StartCapture(
	ViewBase element
)

Parameters

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