Class RichTextBoxAdvLocalizationResourceAccessor
Provides access to localization resources for the RichTextBoxAdv control. Inherits from LocalizationResourceAccessor to support culture-specific resource retrieval.
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 RichTextBoxAdvLocalizationResourceAccessor : LocalizationResourceAccessor
Constructors
RichTextBoxAdvLocalizationResourceAccessor()
Declaration
public RichTextBoxAdvLocalizationResourceAccessor()
Fields
Instance
Instance of RichTextBoxAdvLocalizationResourceAccessor.
Declaration
public static RichTextBoxAdvLocalizationResourceAccessor Instance
Field Value
| Type |
|---|
| RichTextBoxAdvLocalizationResourceAccessor |
Methods
GetControlAssembly()
Returns the assembly that contains the control implementation.
Declaration
protected override Assembly GetControlAssembly()
Returns
| Type | Description |
|---|---|
| System.Reflection.Assembly | The assembly of the current control type. |
Overrides
GetControlAssemblyDefaultNamespace()
Returns the default namespace of the control's assembly used for resource lookup and type resolution.
Declaration
protected override string GetControlAssemblyDefaultNamespace()
Returns
| Type | Description |
|---|---|
| System.String | The default namespace string for the RichTextBoxAdv control. |
Overrides
GetDefaultResourceManager()
Retrieves the default System.Resources.ResourceManager for the RichTextBoxAdv control.
Declaration
protected override ResourceManager GetDefaultResourceManager()
Returns
| Type | Description |
|---|---|
| System.Resources.ResourceManager | The resource manager containing localized resources for the RichTextBoxAdv. |