ComponentOne Windows 7 Control Pack for WinForms
IconIndex Property (C1JumpLink)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpLink Class : IconIndex Property
Gets or sets the zero-based index of an icon embedded in a resource.
Syntax
<C1DescriptionAttribute("Zero-based index of an icon embedded in a resource.")>
<DefaultValueAttribute()>
<C1CategoryAttribute("表示")>
Public Property IconIndex As Integer
Dim instance As C1JumpLink
Dim value As Integer
 
instance.IconIndex = value
 
value = instance.IconIndex
[C1Description("Zero-based index of an icon embedded in a resource.")]
[DefaultValue()]
[C1Category("表示")]
public int IconIndex {get; set;}
[C1Description("Zero-based index of an icon embedded in a resource.")]
[DefaultValue()]
[C1Category("表示")]
public:
property int IconIndex {
   int get();
   void set (    int value);
}
Remarks
If no icon resource is specified, or if the specified icon is not found, the standard system icon is displayed.
See Also

Reference

C1JumpLink Class
C1JumpLink Members