ClassInteraction
Class
Class Interaction.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI.Interactivity
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
cs-api-definition
public static class Interaction
Inheritance: objectInteraction
Fields
BehaviorProperty
Registers the Behavior attached property.
Declaration
cs-api-definition
public static readonly RadProperty BehaviorProperty
Field Value
Methods
GetBehavior(RadSyntaxEditorElement)
Gets the behavior.
Declaration
cs-api-definition
public static RadSyntaxEditorBehavior GetBehavior(RadSyntaxEditorElement editor)
Parameters
editor
The editor.
Returns
RadSyntaxEditorBehavior.
SetBehavior(RadSyntaxEditorElement, RadSyntaxEditorBehavior)
Sets the behavior.
Declaration
cs-api-definition
public static void SetBehavior(RadSyntaxEditorElement editor, RadSyntaxEditorBehavior value)
Parameters
editor
The editor.
value
The value.