Class
RadSyntaxEditorBehavior

Class RadSyntaxEditorBehavior.

Definition

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

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
public abstract class RadSyntaxEditorBehavior : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor

Inheritance: objectDisposableObjectRadObjectRadSyntaxEditorBehavior

Implements: ICustomTypeDescriptorIDisposableINotifyPropertyChanged

Inherited Members RadObject.BindingContextPropertyRadObject.RadTypeRadObject.ReplaceDefaultDescriptors(PropertyDescriptorCollection)RadObject.DisposeManagedResources()RadObject.ClearPropertyStore()RadObject.SuspendPropertyNotifications()RadObject.ResumePropertyNotifications()RadObject.GetPropertyValue(RadProperty)RadObject.SetDefaultValueOverride(RadProperty, object)RadObject.GetValue(RadProperty)RadObject.SetValue(RadProperty, object)RadObject.ResetValue(RadProperty)RadObject.ResetLocalValue(RadProperty)RadObject.ResetValue(RadProperty, ValueResetFlags)RadObject.UpdateValue(RadProperty)RadObject.GetValueSource(RadProperty)RadObject.GetRegisteredRadProperty(string)RadObject.UpdateValueCore(RadPropertyValue)RadObject.SetValueCore(RadPropertyValue, object, object, ValueSource)RadObject.ResetValueCore(RadPropertyValue, ValueResetFlags)RadObject.GetDefaultValue(RadPropertyValue, object)RadObject.CoerceValue(RadPropertyValue, object)RadObject.ShouldSerializeProperty(RadProperty)RadObject.CanRaisePropertyChangeNotifications(RadPropertyValue)RadObject.BindProperty(RadProperty, RadObject, RadProperty, PropertyBindingOptions)RadObject.UnbindProperty(RadProperty)RadObject.AddStylePropertySetting(IPropertySetting)RadObject.GetInheritedValue(RadProperty)RadObject.OnPropertyChanging(RadPropertyChangingEventArgs)RadObject.OnPropertyChanged(RadPropertyChangedEventArgs)RadObject.OnNotifyPropertyChanged(string)RadObject.OnNotifyPropertyChanged(PropertyChangedEventArgs)RadObject.OnShouldSerializeProperty(ShouldSerializePropertyEventArgs)RadObject.IsPropertyCancelable(RadPropertyMetadata)RadObject.PropertyValuesRadObject.PropertyFilterRadObject.RadObjectTypeRadObject.BindingContextRadObject.PropertyChangedRadObject.RadPropertyChangedRadObject.RadPropertyChangingDisposableObject.GetBitState(long)DisposableObject.SetBitState(long, bool)DisposableObject.OnBitStateChanged(long, bool, bool)DisposableObject.Dispose()DisposableObject.Dispose(bool)DisposableObject.PerformDispose(bool)DisposableObject.DisposeUnmanagedResources()DisposableObject.BitStateDisposableObject.EventsDisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.DisposedDisposableObject.Disposing

Constructors

RadSyntaxEditorBehavior()

Declaration

cs-api-definition
protected RadSyntaxEditorBehavior()

Fields

AssociatedEditorChanged

The associated editor changed.

Declaration

cs-api-definition
public EventHandler AssociatedEditorChanged

Field Value

EventHandler

Properties

AssociatedEditor

Gets the associated editor.

Declaration

cs-api-definition
public RadSyntaxEditorElement AssociatedEditor { get; }

Property Value

RadSyntaxEditorElement

The associated editor.

Methods

Attach(RadSyntaxEditorElement)

Attaches the specified editor.

Declaration

cs-api-definition
public void Attach(RadSyntaxEditorElement editor)

Parameters

editor

RadSyntaxEditorElement

The editor.

Exceptions

InvalidOperationException

Cannot host behavior multiple times.

Detach()

Detaches this instance.

Declaration

cs-api-definition
public void Detach()

OnAttached()

Called when [attached].

Declaration

cs-api-definition
protected virtual void OnAttached()

OnDetaching()

Called when [detaching].

Declaration

cs-api-definition
protected virtual void OnDetaching()