Class
SyntaxEditorPalette

Represents palette of colors for coloring the SyntaxEditor syntax-related words.

Definition

Namespace:Telerik.WinForms.Controls.SyntaxEditor.Palettes

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(SyntaxEditorPaletteConverter))]
public class SyntaxEditorPalette : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor

Inheritance: objectDisposableObjectRadObjectSyntaxEditorPalette

Derived Classes: DarkPaletteLightPaletteNeutralDarkPaletteNeutralPalette

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

SyntaxEditorPalette()

Declaration

cs-api-definition
public SyntaxEditorPalette()

Fields

ArrayColorProperty

Identifies the ArrayColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty ArrayColorProperty

Field Value

RadProperty

CommentColorProperty

Identifies the CommentColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty CommentColorProperty

Field Value

RadProperty

IdentifierColorProperty

Identifies the IdentifierColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty IdentifierColorProperty

Field Value

RadProperty

KeywordColorProperty

Identifies the KeywordColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty KeywordColorProperty

Field Value

RadProperty

NumberColorProperty

Identifies the NumberColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty NumberColorProperty

Field Value

RadProperty

OperatorColorProperty

Identifies the OperatorColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty OperatorColorProperty

Field Value

RadProperty

PreprocessorKeywordColorProperty

Identifies the PreprocessorKeywordColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty PreprocessorKeywordColorProperty

Field Value

RadProperty

StringColorProperty

Identifies the StringColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty StringColorProperty

Field Value

RadProperty

TrueFalseNullColorProperty

Identifies the TrueFalseNullColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty TrueFalseNullColorProperty

Field Value

RadProperty

XmlAttributeColorProperty

Identifies the XmlAttributeColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty XmlAttributeColorProperty

Field Value

RadProperty

XmlCharacterDataColorProperty

Identifies the XmlCharacterDataColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty XmlCharacterDataColorProperty

Field Value

RadProperty

XmlCommentColorProperty

Identifies the XmlCommentColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty XmlCommentColorProperty

Field Value

RadProperty

XmlContentColorProperty

Identifies the XmlContentColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty XmlContentColorProperty

Field Value

RadProperty

XmlElementColorProperty

Identifies the XmlElementColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty XmlElementColorProperty

Field Value

RadProperty

XmlStringColorProperty

Identifies the XmlStringColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty XmlStringColorProperty

Field Value

RadProperty

XmlTagColorProperty

Identifies the XmlTagColor dependency property.

Declaration

cs-api-definition
public static readonly RadProperty XmlTagColorProperty

Field Value

RadProperty

Properties

ArrayColor

Array color.

Declaration

cs-api-definition
public Color ArrayColor { get; set; }

Property Value

Color

CommentColor

Comment color.

Declaration

cs-api-definition
public Color CommentColor { get; set; }

Property Value

Color

IdentifierColor

Identifier color.

Declaration

cs-api-definition
public Color IdentifierColor { get; set; }

Property Value

Color

KeywordColor

Keyword color.

Declaration

cs-api-definition
public Color KeywordColor { get; set; }

Property Value

Color

NumberColor

Number color.

Declaration

cs-api-definition
public Color NumberColor { get; set; }

Property Value

Color

OperatorColor

Operator color.

Declaration

cs-api-definition
public Color OperatorColor { get; set; }

Property Value

Color

PaletteName

Gets the palette name.

Declaration

cs-api-definition
public virtual string PaletteName { get; }

Property Value

string

PreprocessorKeywordColor

PreprocessorKeyword color.

Declaration

cs-api-definition
public Color PreprocessorKeywordColor { get; set; }

Property Value

Color

StringColor

String color.

Declaration

cs-api-definition
public Color StringColor { get; set; }

Property Value

Color

TrueFalseNullColor

TrueFalseNullColor color.

Declaration

cs-api-definition
public Color TrueFalseNullColor { get; set; }

Property Value

Color

XmlAttributeColor

XmlAttribute color.

Declaration

cs-api-definition
public Color XmlAttributeColor { get; set; }

Property Value

Color

XmlCharacterDataColor

XmlCharacterData color.

Declaration

cs-api-definition
public Color XmlCharacterDataColor { get; set; }

Property Value

Color

XmlCommentColor

XmlComment color.

Declaration

cs-api-definition
public Color XmlCommentColor { get; set; }

Property Value

Color

XmlContentColor

XmlContent color.

Declaration

cs-api-definition
public Color XmlContentColor { get; set; }

Property Value

Color

XmlElementColor

XmlElement color.

Declaration

cs-api-definition
public Color XmlElementColor { get; set; }

Property Value

Color

XmlStringColor

XmlString color.

Declaration

cs-api-definition
public Color XmlStringColor { get; set; }

Property Value

Color

XmlTagColor

XmlTag color.

Declaration

cs-api-definition
public Color XmlTagColor { get; set; }

Property Value

Color

Methods

CreateInstanceCore()

Creates new instance of SyntaxEditorPalette class.

Declaration

cs-api-definition
protected RadObject CreateInstanceCore()

Returns

RadObject