Back to Devexpress

ApplicationJumpTask Properties

wpf-devexpress-dot-mvvm-dot-ui-dot-applicationjumptask-dot-underscore-properties.md

latest3.8 KB
Original Source

ApplicationJumpTask Properties

Implements the functionality of an individual jump task that can be displayed within the Window’s Jump Lists.

NameDescription
ApplicationPathGets or sets the path to the application.
ArgumentsGets or sets the arguments passed to the application on startup.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CommandGets or sets the command to invoke when this jump task is clicked.
CommandIdGets or sets the command identifier.
CommandParameterGets or sets the command parameter. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DescriptionGets or sets the text displayed in the tooltip for the task in the Jump List.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IconGets or sets a task’s icon.
IconResourceIndexGets or sets the zero-based index of an icon embedded in a resource.
IconResourcePathGets or sets the path to a resource that contains the icon to display in the Jump List.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
TitleGets or sets the text displayed for the task in the Jump List.
WorkingDirectoryGets or sets the working directory of the application on startup.

See Also

ApplicationJumpTask Class

ApplicationJumpTask Members

DevExpress.Mvvm.UI Namespace