Class JumpTask
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class JumpTask : JumpItem
Constructors
JumpTask()
Declaration
public JumpTask()
Properties
ApplicationPath
Declaration
public string ApplicationPath { get; set; }
Property Value
Type |
---|
System.String |
Arguments
Declaration
public string Arguments { get; set; }
Property Value
Type |
---|
System.String |
Description
Declaration
public string Description { get; set; }
Property Value
Type |
---|
System.String |
IconResourceIndex
Declaration
public int IconResourceIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
IconResourcePath
Declaration
public string IconResourcePath { get; set; }
Property Value
Type |
---|
System.String |
Title
Declaration
public string Title { get; set; }
Property Value
Type |
---|
System.String |
WorkingDirectory
Declaration
public string WorkingDirectory { get; set; }
Property Value
Type |
---|
System.String |