Class RichTextRibbonLocalizationResourceAccessor
Provides access to localization resources for the SfRichTextRibbon control.
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.SfRichTextRibbon.WPF.dll
Syntax
public class RichTextRibbonLocalizationResourceAccessor : LocalizationResourceAccessor
Constructors
RichTextRibbonLocalizationResourceAccessor()
Declaration
public RichTextRibbonLocalizationResourceAccessor()
Fields
Instance
Gets the instance of the RichTextRibbonLocalizationResourceAccessor class.
Declaration
public static RichTextRibbonLocalizationResourceAccessor Instance
Field Value
| Type |
|---|
| RichTextRibbonLocalizationResourceAccessor |
Methods
GetControlAssembly()
Gets the assembly that contains the SfRichTextRibbon control.
Declaration
protected override Assembly GetControlAssembly()
Returns
| Type |
|---|
| System.Reflection.Assembly |
Overrides
GetControlAssemblyDefaultNamespace()
Gets the default namespace of the RichTextBoxAdv control assembly.
Declaration
protected override string GetControlAssemblyDefaultNamespace()
Returns
| Type | Description |
|---|---|
| System.String | The default namespace string for the RichTextBoxAdv control. |
Overrides
GetDefaultResourceManager()
Gets the default resource manager for the SfRichTextRibbon.
Declaration
protected override ResourceManager GetDefaultResourceManager()
Returns
| Type | Description |
|---|---|
| System.Resources.ResourceManager | The resource manager instance for SfRichTextRibbon resources. |