WinForms Edition Documentation
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
 
Remarks
An empty path references the executable file that started the application.
See Also