WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1JumpLink Class / IconIndex Property

In This Topic
IconIndex Property (C1JumpLink)
In This Topic
Gets or sets the zero-based index of an icon embedded in a resource.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1JumpLink.IconIndex", "Zero-based index of an icon embedded in a resource.")>
<C1CategoryAttribute("Appearance")>
<DefaultValueAttribute(0)>
Public Property IconIndex As Integer
 
Remarks
If no icon resource is specified, or if the specified icon is not found, the standard system icon is displayed.
See Also