Class RichTextBoxAdvResourceNameToResourceStringConverter
Converts resource names to localized resource strings for the RichTextBoxAdv control. Inherits from ResourceNameToResourceStringConverter to support dynamic localization.
Inheritance
System.Object
RichTextBoxAdvResourceNameToResourceStringConverter
Implements
System.Windows.Data.IValueConverter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public class RichTextBoxAdvResourceNameToResourceStringConverter : ResourceNameToResourceStringConverter, IValueConverter
Constructors
RichTextBoxAdvResourceNameToResourceStringConverter()
Declaration
public RichTextBoxAdvResourceNameToResourceStringConverter()
Methods
GetResourceAccessor()
Retrieves the singleton instance of the localization resource accessor for the RichTextBoxAdv control.
Declaration
protected override LocalizationResourceAccessor GetResourceAccessor()
Returns
| Type | Description |
|---|---|
| LocalizationResourceAccessor | An instance of RichTextBoxAdvLocalizationResourceAccessor used for accessing localized resources. |
Overrides
Implements
System.Windows.Data.IValueConverter