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;}
See Also