ComponentOne Windows 7 Control Pack for WinForms
IconPath Property (C1JumpTask)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpTask Class : IconPath Property
Gets or sets the path to a resource that contains the icon to display in the Jump List.
Syntax
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.IconPathEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")>
<C1DescriptionAttribute("Path to a resource that contains the icon to display in the Jump List.")>
<DefaultValueAttribute()>
<C1CategoryAttribute("表示")>
Public Property IconPath As String
Dim instance As C1JumpTask
Dim value As String
 
instance.IconPath = value
 
value = instance.IconPath
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.IconPathEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")]
[C1Description("Path to a resource that contains the icon to display in the Jump List.")]
[DefaultValue()]
[C1Category("表示")]
public string IconPath {get; set;}
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.IconPathEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")]
[C1Description("Path to a resource that contains the icon to display in the Jump List.")]
[DefaultValue()]
[C1Category("表示")]
public:
property String^ IconPath {
   String^ get();
   void set (    String^ value);
}
Remarks
An empty path references the executable file that started the application.
See Also

Reference

C1JumpTask Class
C1JumpTask Members