Interaction
Class
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)
The editor.
Returns:RadSyntaxEditorBehavior.
Sets the behavior.
C#
public static void SetBehavior(RadSyntaxEditorElement editor, RadSyntaxEditorBehavior value)
The editor.
valueRadSyntaxEditorBehaviorThe value.