alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class RichTextRibbonLocalizationResourceAccessor

    Provides access to localization resources for the SfRichTextRibbon control.

    Inheritance
    System.Object
    LocalizationResourceAccessor
    RichTextRibbonLocalizationResourceAccessor
    Inherited Members
    LocalizationResourceAccessor.GetString(CultureInfo, String)
    LocalizationResourceAccessor.GetString(String)
    LocalizationResourceAccessor.GetString(String, Object[])
    LocalizationResourceAccessor.Resources
    LocalizationResourceAccessor.SetResources(Assembly, String)
    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
    LocalizationResourceAccessor.GetControlAssembly()

    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
    LocalizationResourceAccessor.GetControlAssemblyDefaultNamespace()

    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.

    Overrides
    LocalizationResourceAccessor.GetDefaultResourceManager()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved