Class IconItem
Inheritance
System.Object
IconItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public class IconItem
Constructors
| Improve this Doc View SourceIconItem(Int32, Image, Int32, String[])
Declaration
public IconItem(int index, Image iconImage, int userflags, string[] productcode)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Drawing.Image | iconImage | |
System.Int32 | userflags | |
System.String[] | productcode |
Properties
| Improve this Doc View SourceI
Declaration
public Image I { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Image |
Index
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SoftwareProductCodes
Declaration
public string[] SoftwareProductCodes { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
UserFlags
Declaration
public int UserFlags { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |