ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1JumpTask Class / IconIndex Property

In This Topic
    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;}
    Remarks
    If no icon resource is specified, or if the specified icon is not found, the standard system icon is displayed.
    See Also