menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class JumpTask - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class JumpTask

    Inheritance
    System.Object
    JumpItem
    JumpTask
    Inherited Members
    JumpItem.CustomCategory
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved