RadControls for WinForms

Namespace: Telerik.WinControls.RichTextBox.Proofing
Assembly: Telerik.WinControls.RichTextBox (in Telerik.WinControls.RichTextBox.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = false)]
[MetadataAttributeAttribute]
public class WordDictionaryMetadataAttribute : InheritedExportAttribute, 
	IWordDictionaryMetadata
Visual Basic
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Interface, AllowMultiple := False)> _
<MetadataAttributeAttribute> _
Public Class WordDictionaryMetadataAttribute _
	Inherits InheritedExportAttribute _
	Implements IWordDictionaryMetadata

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    System.ComponentModel.Composition..::..ExportAttribute
      System.ComponentModel.Composition..::..InheritedExportAttribute
        Telerik.WinControls.RichTextBox.Proofing..::..WordDictionaryMetadataAttribute

See Also