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



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpTask Class : IconIndex Property
Gets or sets the zero-based index of an icon embedded in a resource.
Syntax
<DefaultValueAttribute()>
<C1CategoryAttribute("表示")>
<C1DescriptionAttribute("Zero-based index of an icon embedded in a resource.")>
Public Property IconIndex As Integer
Dim instance As C1JumpTask
Dim value As Integer
 
instance.IconIndex = value
 
value = instance.IconIndex
[DefaultValue()]
[C1Category("表示")]
[C1Description("Zero-based index of an icon embedded in a resource.")]
public int IconIndex {get; set;}
[DefaultValue()]
[C1Category("表示")]
[C1Description("Zero-based index of an icon embedded in a resource.")]
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

C1JumpTask Class
C1JumpTask Members