RadControls for WinForms

Enable firing gesture events of the specified type.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public void EnableGesture(
	GestureType type
)
Visual Basic
Public Sub EnableGesture ( _
	type As GestureType _
)

Parameters

type
Type: Telerik.WinControls..::..GestureType
The type of gesture events to enable.

See Also