New to Telerik UI for WinFormsStart a free 30-day trial

Class Interaction.

Definition

Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI.Interactivity

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

C#
public static class Interaction

Inheritance: objectInteraction

Fields

Registers the Behavior attached property.

C#
public static readonly RadProperty BehaviorProperty

Methods

Gets the behavior.

C#
public static RadSyntaxEditorBehavior GetBehavior(RadSyntaxEditorElement editor)
Parameters:editorRadSyntaxEditorElement

The editor.

Returns:

RadSyntaxEditorBehavior

RadSyntaxEditorBehavior.

Sets the behavior.

C#
public static void SetBehavior(RadSyntaxEditorElement editor, RadSyntaxEditorBehavior value)
Parameters:editorRadSyntaxEditorElement

The editor.

valueRadSyntaxEditorBehavior

The value.