Class WordDictionaryMetadataAttribute
Inheritance
System.Object
    WordDictionaryMetadataAttribute
  Namespace: Telerik.WinForms.Documents.Proofing
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, AllowMultiple = false)]
public class WordDictionaryMetadataAttribute : InheritedExportAttribute, IWordDictionaryMetadata
  Constructors
WordDictionaryMetadataAttribute(String)
Declaration
public WordDictionaryMetadataAttribute(string cultureName)
  Parameters
| 
        System.String
        cultureName
         
  | 
    
Properties
CultureName
Declaration
public string CultureName { get; protected set; }
  Property Value
| 
        System.String
         
  |