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
RadProperty
|
Methods
GetBehavior(RadSyntaxEditorElement)
Gets the behavior.
Declaration
public static RadSyntaxEditorBehavior GetBehavior(RadSyntaxEditorElement editor)
Parameters
RadSyntaxEditorElement
editor
The editor. |
Returns
RadSyntaxEditorBehavior
RadSyntaxEditorBehavior. |
SetBehavior(RadSyntaxEditorElement, RadSyntaxEditorBehavior)
Sets the behavior.
Declaration
public static void SetBehavior(RadSyntaxEditorElement editor, RadSyntaxEditorBehavior value)
Parameters
RadSyntaxEditorElement
editor
The editor. |
RadSyntaxEditorBehavior
value
The value. |