IconIndex Property (C1JumpTask)
In This Topic
Gets or sets the zero-based index of an icon embedded in a resource.
Syntax
'Declaration
<C1DescriptionAttribute("C1JumpTask.IconIndex", "Zero-based index of an icon embedded in a resource.")>
<C1CategoryAttribute("Appearance")>
<DefaultValueAttribute(0)>
Public Property IconIndex As Integer
[C1Description("C1JumpTask.IconIndex", "Zero-based index of an icon embedded in a resource.")]
[C1Category("Appearance")]
[DefaultValue(0)]
public int IconIndex {get; set;}
See Also