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 |