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

In This Topic
    IconPath Property (C1JumpTask)
    In This Topic
    Gets or sets the path to a resource that contains the icon to display in the Jump List.
    Syntax
    'Declaration
     
    
    <EditorAttribute(C1.Win.C1Win7Pack.Design.IconPathEditor, System.Drawing.Design.UITypeEditor)>
    <DefaultValueAttribute("")>
    <C1CategoryAttribute("Appearance")>
    <C1DescriptionAttribute("C1JumpTask.IconPath", "Path to a resource that contains the icon to display in the Jump List.")>
    Public Property IconPath As String
    [Editor(C1.Win.C1Win7Pack.Design.IconPathEditor, System.Drawing.Design.UITypeEditor)]
    [DefaultValue("")]
    [C1Category("Appearance")]
    [C1Description("C1JumpTask.IconPath", "Path to a resource that contains the icon to display in the Jump List.")]
    public string IconPath {get; set;}
    Remarks
    An empty path references the executable file that started the application.
    See Also