using System;
using Cpp2IlInjected;
namespace System.ComponentModel
{
/// Specifies the name of the category in which to group the property or event when displayed in a control set to Categorized mode.
// Token: 0x020000F5 RID: 245
[Token(Token = "0x20000F5")]
[AttributeUsage(AttributeTargets.All)]
public class CategoryAttribute : Attribute
{
/// Gets a representing the Action category.
/// A for the action category.
// Token: 0x170000FF RID: 255
// (get) Token: 0x060005FA RID: 1530 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170000FF")]
public static CategoryAttribute Action
{
[Token(Token = "0x60005FA")]
[Address(RVA = "0x496780", Offset = "0x495580", VA = "0x180496780")]
get
{
return null;
}
}
/// Gets a representing the Appearance category.
/// A for the appearance category.
// Token: 0x17000100 RID: 256
// (get) Token: 0x060005FB RID: 1531 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000100")]
public static CategoryAttribute Appearance
{
[Token(Token = "0x60005FB")]
[Address(RVA = "0x496830", Offset = "0x495630", VA = "0x180496830")]
get
{
return null;
}
}
/// Gets a representing the Asynchronous category.
/// A for the asynchronous category.
// Token: 0x17000101 RID: 257
// (get) Token: 0x060005FC RID: 1532 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000101")]
public static CategoryAttribute Asynchronous
{
[Token(Token = "0x60005FC")]
[Address(RVA = "0x4968E0", Offset = "0x4956E0", VA = "0x1804968E0")]
get
{
return null;
}
}
/// Gets a representing the Behavior category.
/// A for the behavior category.
// Token: 0x17000102 RID: 258
// (get) Token: 0x060005FD RID: 1533 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000102")]
public static CategoryAttribute Behavior
{
[Token(Token = "0x60005FD")]
[Address(RVA = "0x496990", Offset = "0x495790", VA = "0x180496990")]
get
{
return null;
}
}
/// Gets a representing the Data category.
/// A for the data category.
// Token: 0x17000103 RID: 259
// (get) Token: 0x060005FE RID: 1534 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000103")]
public static CategoryAttribute Data
{
[Token(Token = "0x60005FE")]
[Address(RVA = "0x496A90", Offset = "0x495890", VA = "0x180496A90")]
get
{
return null;
}
}
/// Gets a representing the Default category.
/// A for the default category.
// Token: 0x17000104 RID: 260
// (get) Token: 0x060005FF RID: 1535 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000104")]
public static CategoryAttribute Default
{
[Token(Token = "0x60005FF")]
[Address(RVA = "0x496B40", Offset = "0x495940", VA = "0x180496B40")]
get
{
return null;
}
}
/// Gets a representing the Design category.
/// A for the design category.
// Token: 0x17000105 RID: 261
// (get) Token: 0x06000600 RID: 1536 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000105")]
public static CategoryAttribute Design
{
[Token(Token = "0x6000600")]
[Address(RVA = "0x496C00", Offset = "0x495A00", VA = "0x180496C00")]
get
{
return null;
}
}
/// Gets a representing the DragDrop category.
/// A for the drag-and-drop category.
// Token: 0x17000106 RID: 262
// (get) Token: 0x06000601 RID: 1537 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000106")]
public static CategoryAttribute DragDrop
{
[Token(Token = "0x6000601")]
[Address(RVA = "0x496CB0", Offset = "0x495AB0", VA = "0x180496CB0")]
get
{
return null;
}
}
/// Gets a representing the Focus category.
/// A for the focus category.
// Token: 0x17000107 RID: 263
// (get) Token: 0x06000602 RID: 1538 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000107")]
public static CategoryAttribute Focus
{
[Token(Token = "0x6000602")]
[Address(RVA = "0x496D60", Offset = "0x495B60", VA = "0x180496D60")]
get
{
return null;
}
}
/// Gets a representing the Format category.
/// A for the format category.
// Token: 0x17000108 RID: 264
// (get) Token: 0x06000603 RID: 1539 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000108")]
public static CategoryAttribute Format
{
[Token(Token = "0x6000603")]
[Address(RVA = "0x496E10", Offset = "0x495C10", VA = "0x180496E10")]
get
{
return null;
}
}
/// Gets a representing the Key category.
/// A for the key category.
// Token: 0x17000109 RID: 265
// (get) Token: 0x06000604 RID: 1540 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000109")]
public static CategoryAttribute Key
{
[Token(Token = "0x6000604")]
[Address(RVA = "0x496EC0", Offset = "0x495CC0", VA = "0x180496EC0")]
get
{
return null;
}
}
/// Gets a representing the Layout category.
/// A for the layout category.
// Token: 0x1700010A RID: 266
// (get) Token: 0x06000605 RID: 1541 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700010A")]
public static CategoryAttribute Layout
{
[Token(Token = "0x6000605")]
[Address(RVA = "0x496F70", Offset = "0x495D70", VA = "0x180496F70")]
get
{
return null;
}
}
/// Gets a representing the Mouse category.
/// A for the mouse category.
// Token: 0x1700010B RID: 267
// (get) Token: 0x06000606 RID: 1542 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700010B")]
public static CategoryAttribute Mouse
{
[Token(Token = "0x6000606")]
[Address(RVA = "0x497020", Offset = "0x495E20", VA = "0x180497020")]
get
{
return null;
}
}
/// Gets a representing the WindowStyle category.
/// A for the window style category.
// Token: 0x1700010C RID: 268
// (get) Token: 0x06000607 RID: 1543 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700010C")]
public static CategoryAttribute WindowStyle
{
[Token(Token = "0x6000607")]
[Address(RVA = "0x4970D0", Offset = "0x495ED0", VA = "0x1804970D0")]
get
{
return null;
}
}
/// Initializes a new instance of the class using the category name Default.
// Token: 0x06000608 RID: 1544 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000608")]
[Address(RVA = "0x496700", Offset = "0x495500", VA = "0x180496700")]
public CategoryAttribute()
{
}
/// Initializes a new instance of the class using the specified category name.
/// The name of the category.
// Token: 0x06000609 RID: 1545 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000609")]
[Address(RVA = "0x496750", Offset = "0x495550", VA = "0x180496750")]
public CategoryAttribute(string category)
{
}
/// Gets the name of the category for the property or event that this attribute is applied to.
/// The name of the category for the property or event that this attribute is applied to.
// Token: 0x1700010D RID: 269
// (get) Token: 0x0600060A RID: 1546 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700010D")]
public string Category
{
[Token(Token = "0x600060A")]
[Address(RVA = "0x496A40", Offset = "0x495840", VA = "0x180496A40")]
get
{
return null;
}
}
/// Returns whether the value of the given object is equal to the current .
/// The object to test the value equality of.
///
/// if the value of the given object is equal to that of the current; otherwise, .
// Token: 0x0600060B RID: 1547 RVA: 0x00004608 File Offset: 0x00002808
[Token(Token = "0x600060B")]
[Address(RVA = "0x496050", Offset = "0x494E50", VA = "0x180496050", Slot = "0")]
public override bool Equals(object obj)
{
return default(bool);
}
/// Returns the hash code for this attribute.
/// A 32-bit signed integer hash code.
// Token: 0x0600060C RID: 1548 RVA: 0x00004620 File Offset: 0x00002820
[Token(Token = "0x600060C")]
[Address(RVA = "0x496200", Offset = "0x495000", VA = "0x180496200", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// Looks up the localized name of the specified category.
/// The identifer for the category to look up.
/// The localized name of the category, or if a localized name does not exist.
// Token: 0x0600060D RID: 1549 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600060D")]
[Address(RVA = "0x496260", Offset = "0x495060", VA = "0x180496260", Slot = "7")]
protected virtual string GetLocalizedString(string value)
{
return null;
}
/// Determines if this attribute is the default.
///
/// if the attribute is the default value for this attribute class; otherwise, .
// Token: 0x0600060E RID: 1550 RVA: 0x00004638 File Offset: 0x00002838
[Token(Token = "0x600060E")]
[Address(RVA = "0x4965C0", Offset = "0x4953C0", VA = "0x1804965C0", Slot = "6")]
public override bool IsDefaultAttribute()
{
return default(bool);
}
// Token: 0x04000470 RID: 1136
[Token(Token = "0x4000470")]
private static CategoryAttribute appearance;
// Token: 0x04000471 RID: 1137
[Token(Token = "0x4000471")]
private static CategoryAttribute asynchronous;
// Token: 0x04000472 RID: 1138
[Token(Token = "0x4000472")]
private static CategoryAttribute behavior;
// Token: 0x04000473 RID: 1139
[Token(Token = "0x4000473")]
private static CategoryAttribute data;
// Token: 0x04000474 RID: 1140
[Token(Token = "0x4000474")]
private static CategoryAttribute design;
// Token: 0x04000475 RID: 1141
[Token(Token = "0x4000475")]
private static CategoryAttribute action;
// Token: 0x04000476 RID: 1142
[Token(Token = "0x4000476")]
private static CategoryAttribute format;
// Token: 0x04000477 RID: 1143
[Token(Token = "0x4000477")]
private static CategoryAttribute layout;
// Token: 0x04000478 RID: 1144
[Token(Token = "0x4000478")]
private static CategoryAttribute mouse;
// Token: 0x04000479 RID: 1145
[Token(Token = "0x4000479")]
private static CategoryAttribute key;
// Token: 0x0400047A RID: 1146
[Token(Token = "0x400047A")]
private static CategoryAttribute focus;
// Token: 0x0400047B RID: 1147
[Token(Token = "0x400047B")]
private static CategoryAttribute windowStyle;
// Token: 0x0400047C RID: 1148
[Token(Token = "0x400047C")]
private static CategoryAttribute dragDrop;
// Token: 0x0400047D RID: 1149
[Token(Token = "0x400047D")]
private static CategoryAttribute defAttr;
// Token: 0x0400047E RID: 1150
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x400047E")]
private bool localized;
// Token: 0x0400047F RID: 1151
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x400047F")]
private string categoryValue;
}
}