menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SRCategoryAttribute - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SRCategoryAttribute

    Specifies the category in which the property or event will be displayed in a visual designer.

    Inheritance
    System.Object
    SRCategoryAttribute
    Namespace: Syncfusion.Windows.Forms.HTMLUI.Localization
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Parameter | AttributeTargets.Delegate | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter | AttributeTargets.All, AllowMultiple = false, Inherited = true)]
    public sealed class SRCategoryAttribute : CategoryAttribute
    Remarks

    This is a localized version of CategoryAttribute. The localized string will be loaded from the assembly manifest Syncfusion.Windows.Forms.HTMLUI.Localization.SR.resources

    Constructors

    SRCategoryAttribute(String)

    SRCategoryAttribute

    Declaration
    public SRCategoryAttribute(string category)
    Parameters
    Type Name Description
    System.String category

    Methods

    GetLocalizedString(String)

    overriding string GetLocalizedString

    Declaration
    protected override string GetLocalizedString(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved