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