Class Interaction
Class Interaction.
Inheritance
System.Object
Interaction
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI.Interactivity
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public static class Interaction
Fields
BehaviorProperty
Registers the Behavior attached property.
Declaration
public static readonly RadProperty BehaviorProperty
Field Value
Methods
GetBehavior(RadSyntaxEditorElement)
Gets the behavior.
Declaration
public static RadSyntaxEditorBehavior GetBehavior(RadSyntaxEditorElement editor)
Parameters
Rad The editor. |
Returns
Rad RadSyntaxEditorBehavior. |
SetBehavior(RadSyntaxEditorElement, RadSyntaxEditorBehavior)
Sets the behavior.
Declaration
public static void SetBehavior(RadSyntaxEditorElement editor, RadSyntaxEditorBehavior value)
Parameters
Rad The editor. |
Rad The value. |